mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-03 22:34:21 +01:00
cln-plugin: Make hooks asynchronous
This commit is contained in:
committed by
Rusty Russell
parent
a7ef38732f
commit
af4eed3787
@@ -55,5 +55,5 @@ def test_plugin_start(node_factory):
|
||||
assert l1.rpc.testmethod() == "Hello"
|
||||
|
||||
l1.connect(l2)
|
||||
#l1.daemon.wait_for_log(r'Got a connect hook call')
|
||||
l1.daemon.wait_for_log(r'Got a connect hook call')
|
||||
l1.daemon.wait_for_log(r'Got a connect notification')
|
||||
|
||||
Reference in New Issue
Block a user