mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
lightningd: introduce peer_state enum.
The actual state names are place holders for now, really. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -282,5 +282,5 @@ class LightningNode(object):
|
||||
self.daemon.wait_for_log('sendrawtx exit 0, gave')
|
||||
time.sleep(1)
|
||||
self.bitcoin.rpc.generate(6)
|
||||
self.daemon.wait_for_log('Normal operation')
|
||||
self.daemon.wait_for_log('-> NORMAL')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user