Skip to content

Commit e7bf529

Browse files
instagibbsrustyrussell
authored andcommitted
test_closing_different_fees: b vs balance in loop
1 parent cf662e5 commit e7bf529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_closing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def test_closing_different_fees(node_factory, bitcoind, executor):
215215
for b in balance:
216216
p = node_factory.get_node(feerates=feerate)
217217
p.feerate = feerate
218-
p.balance = balance
218+
p.balance = b
219219
l1.rpc.connect(p.info['id'], 'localhost', p.port)
220220
peers.append(p)
221221

0 commit comments

Comments
 (0)