plugin: notice when plugin has *started* configuring.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2019-07-29 17:00:51 +09:30
committed by ZmnSCPxj, ZmnSCPxj jxPCSmnZ
parent df8a6f615b
commit 79d32ec2f2
4 changed files with 17 additions and 7 deletions

View File

@@ -90,7 +90,6 @@ def test_plugin_dir(node_factory):
node_factory.get_node(options={'plugin-dir': plugin_dir, 'greeting': 'Mars'})
@pytest.mark.xfail(strict=True)
def test_plugin_slowinit(node_factory):
"""Tests the 'plugin' RPC command when init is slow"""
n = node_factory.get_node()