rgb-cln/hsmd
Rusty Russell bd0b762b2f hsm: fix complex withdrawl transactions.
Firstly, not every output is a P2SH (our change outputs aren't, and in
future we'll have native incoming segwit txs).

Secondly, withdraw_tx() permutes the utxo array, so we can't use a
temporary: we got away with it because we were always using the same
key!

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-12-20 01:41:22 +00:00
..
Makefile hsm: Cleanup after merging control and client libraries 2017-12-03 17:06:13 +01:00
capabilities.h hsm: Make the master simply a client with special capabilities 2017-12-03 17:06:13 +01:00
client.c Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
client.h Rename subdaemons, move them into top level. 2017-08-29 17:54:14 +02:00
hsm.c hsm: fix complex withdrawl transactions. 2017-12-20 01:41:22 +00:00
hsm_client_wire_csv Modify hsm_sign_withdrawal to transmit scriptpubkey to withdraw to, rather than pkh. 2017-12-13 03:10:04 +00:00