Skip to content

Commit

Permalink
bkpr: let channel reconnect, flake?
Browse files Browse the repository at this point in the history
  • Loading branch information
niftynei committed Aug 10, 2022
1 parent 5c82d8d commit ec3a50a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_bookkeeper.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ def test_bookkeeping_missed_chans_pay_after(node_factory, bitcoind):
"""
coin_mvt_plugin = Path(__file__).parent / "plugins" / "coin_movements.py"
l1, l2 = node_factory.get_nodes(2, opts={'disable-plugin': 'bookkeeper',
'may_reconnect': True,
'plugin': str(coin_mvt_plugin)})

# Double check there's no bookkeeper plugin on
Expand Down

0 comments on commit ec3a50a

Please sign in to comment.