core-lightning/bitcoin/test
niftynei 5d0fc176e8 psbt: create new_psbt method
Move all psbt creation into single method, new_psbt

note that if a psbt is init'd for a transaction that's
deserialized with scripts etc already attached, then set_global_tx
will fail. instead, we empty all of this out first.

if the tx is being re-init'd from a tx source that had a psbt attached
(e.g. fromwire_) then the script/witness data will get populated
appropriatel from there.
2020-05-21 18:45:07 +09:30
..
Makefile setup: create a common setup which will handle the wally-context 2020-05-19 13:35:42 +09:30
run-bitcoin_block_from_hex.c psbt: create new_psbt method 2020-05-21 18:45:07 +09:30
run-secret_eq_consttime.c wire: move remaining bitcoin functions out to bitcoin/ files. 2020-05-18 14:51:12 +02:00
run-tx-encode.c psbt: create new_psbt method 2020-05-21 18:45:07 +09:30