mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
test_closing_different_fees: b vs balance in loop
This commit is contained in:
committed by
Rusty Russell
parent
cf662e55a7
commit
e7bf52980b
@@ -215,7 +215,7 @@ def test_closing_different_fees(node_factory, bitcoind, executor):
|
||||
for b in balance:
|
||||
p = node_factory.get_node(feerates=feerate)
|
||||
p.feerate = feerate
|
||||
p.balance = balance
|
||||
p.balance = b
|
||||
l1.rpc.connect(p.info['id'], 'localhost', p.port)
|
||||
peers.append(p)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user