rgb-cln/bitcoin/test
Rusty Russell 2fb942d21c bitcoin: rename confusing functions.
1. anchor_to_remote_redeem => bitcoin_wscript_to_remote_anchored,
   which matches other witness script producing functions and makes
   it clear that it's a to_remote variant.
2. is_anchor_witness_script => is_to_remote_anchored_witness_script
   makes it clear that it's about a to_remote output (as altered
   when anchors are enabled) not an anchor output!

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2023-04-10 17:26:47 +09:30
..
Makefile Makefile: use a library archive for CCAN 2022-07-17 08:51:02 +09:30
run-bitcoin_block_from_hex.c bitcoin: rename confusing functions. 2023-04-10 17:26:47 +09:30
run-psbt-from-tx.c bitcoin: rename confusing functions. 2023-04-10 17:26:47 +09:30
run-secret_eq_consttime.c test: avoid testing for secret_eq under CI. 2022-03-25 13:40:55 +10:30
run-tx-bitcoin_tx_2of2_input_witness_weight.c bitcoin: add tx_feerate() to reverse-calculate feerate a tx paid. 2023-04-06 09:01:48 +09:30
run-tx-encode.c bitcoin: rename confusing functions. 2023-04-10 17:26:47 +09:30