mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
df-tests: add better explainer for test logic
This commit is contained in:
parent
bab5ef4aff
commit
8ae9f6ac9e
@ -680,7 +680,8 @@ def test_rbf_no_overlap(node_factory, bitcoind, chainparams):
|
||||
|
||||
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
|
||||
initpsbt = l1.rpc.fundpsbt(chan_amount, next_feerate, startweight,
|
||||
min_witness_weight=110,
|
||||
|
Loading…
Reference in New Issue
Block a user