mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-23 06:54:30 +01:00
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:
committed by
neil saitug
parent
a4f79e8e7e
commit
852e14c947
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user