mirror of https://github.com/bitcoin/bitcoin
Correctly handle missing inputs in signrawtransaction. Fixes #1654.
Signrawtransaction rpc was crashing when some inputs were unknown, and even with that fixed was failing to handle all the known inputs if there were unknown inputs in front of them. This commit instead attempts to fetch inputs one at a time.pull/1655/head
parent
dd199d0ebd
commit
3557f99cf5
Loading…
Reference in new issue