Commit 97ef17a
committed
psbt: make PsbtInputSatisfier internals private
We don't need access to the internals anywhere, and this is just a POD
type with two Copy objects inside so the user can just keep them around
after construction if they need access.
Add an accessor for the PSBT anyway since it might be convenient.
Making these fields private does not break compilation at all.1 parent 8a93d06 commit 97ef17a
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
| 246 | + | |
247 | 247 | | |
248 | | - | |
| 248 | + | |
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
256 | 259 | | |
257 | 260 | | |
258 | 261 | | |
| |||
0 commit comments