df-tests: add better explainer for test logic

This commit is contained in:
niftynei
2021-05-07 14:50:17 -05:00
committed by Rusty Russell
parent bab5ef4aff
commit 8ae9f6ac9e

View File

@@ -680,7 +680,8 @@ def test_rbf_no_overlap(node_factory, bitcoind, chainparams):
next_feerate = find_next_feerate(l1, l2) next_feerate = find_next_feerate(l1, l2)
# Initiate an RBF # Initiate an RBF (this grabs the non-reserved utxo, which isnt the
# one we started with)
startweight = 42 + 172 # base weight, funding output startweight = 42 + 172 # base weight, funding output
initpsbt = l1.rpc.fundpsbt(chan_amount, next_feerate, startweight, initpsbt = l1.rpc.fundpsbt(chan_amount, next_feerate, startweight,
min_witness_weight=110, min_witness_weight=110,