From 8ae9f6ac9ec27176be015704c58fc78d70d600b2 Mon Sep 17 00:00:00 2001 From: niftynei Date: Fri, 7 May 2021 14:50:17 -0500 Subject: [PATCH] df-tests: add better explainer for test logic --- tests/test_opening.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_opening.py b/tests/test_opening.py index b2f29d608..8c749dab3 100644 --- a/tests/test_opening.py +++ b/tests/test_opening.py @@ -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,