Commit 592e013
committed
Merge bitcoin/bitcoin#28833: wallet: refactor: remove unused
e2ad343 wallet: remove unused `SignatureData` instances in spkm's `FillPSBT` methods (Sebastian Falbesoner)
Pull request description:
These are filled with signature data from a PSBT input, but not used anywhere after, hence they can be removed. Note that the same code is in the `SignPSBTInput` function where the `sigdata` result is indeed used.
ACKs for top commit:
achow101:
ACK e2ad343
brunoerg:
crACK e2ad343
Tree-SHA512: f0cabcc000bcea6bc7d7ec9d3be2e2a8accbdbffbe35252250ea2305b65a5813fde2b8096fbdd2c7cccdf417ea285183dc325fc2d210d88bce62978ce642930eSignatureData instances in spkm's FillPSBT methods1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
652 | 652 | | |
653 | 653 | | |
654 | 654 | | |
655 | | - | |
656 | | - | |
657 | 655 | | |
658 | 656 | | |
659 | 657 | | |
| |||
2528 | 2526 | | |
2529 | 2527 | | |
2530 | 2528 | | |
2531 | | - | |
2532 | | - | |
2533 | 2529 | | |
2534 | 2530 | | |
2535 | 2531 | | |
| |||
0 commit comments