plugins: check order once all plugins have returned from getmanifest.

This means we need to stop at this stage even in the runtime-loaded
case.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2020-11-02 13:06:29 +10:30
committed by neil saitug
parent a4f79e8e7e
commit 852e14c947
4 changed files with 123 additions and 67 deletions

View File

@@ -2077,7 +2077,6 @@ def test_htlc_accepted_hook_failcodes(node_factory):
l1.rpc.pay(inv)
@pytest.mark.xfail(strict=True)
def test_hook_dep(node_factory):
dep_a = os.path.join(os.path.dirname(__file__), 'plugins/dep_a.py')
dep_b = os.path.join(os.path.dirname(__file__), 'plugins/dep_b.py')