Browse Source
Prior to this commit, passing a NULL stack to `bitcoin_tx_input_set_witness` unsets the witness stack on the bitcoin_tx's wally_tx but leaves the final witness on the PSBT unchanged. at the moment, libwally's `wally_psbt_input_set_final_witness` will blow up if you attempt to set a NULL witness -- instead we manually remove it if the passed in stack is NULL. previously we would leave the PSBT's witness unchanged.nifty/pset-pre
niftynei
5 years ago
committed by
Christian Decker
1 changed files with 9 additions and 6 deletions
Loading…
Reference in new issue