Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge bitcoin#30576: test: check that keyless P2A 'signing' via `sign…
…rawtransactionwithkey` succeeds 5e87f30 test: check that keyless P2A 'signing' via `signrawtransactionwithkey` succeeds (Sebastian Falbesoner) Pull request description: This small PR adds a sanity check to verify that transactions with P2A inputs can be 'signed' successfully, using the non-wallet RPC `signrawtransactionwithkey`. Note that in the this flow, `SignStep` (which was also extended for the new `ANCHOR` output type in bitcoin#30352) is never called, as signing is only tried if the locking script verification isn't successful already. See the review discussion bitcoin#30352 (comment) ff. ACKs for top commit: instagibbs: ACK 5e87f30 tdb3: ACK 5e87f30 glozow: code review ACK 5e87f30 Tree-SHA512: dfea75b4bf8fa0b9c265ddd63dab36374c2430c31220f0c8eb1b53dd847c183f9e1c493a0173e2da317553a1d4cb1b35aa9ffde1268c430cc610368d23b9c942
- Loading branch information