We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c8628 commit 839ca7cCopy full SHA for 839ca7c
tests/test_invoices.py
@@ -123,6 +123,7 @@ def test_invoice_weirdstring(node_factory):
123
l1.rpc.delinvoice(weird_label, "unpaid")
124
125
126
+@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "VLS policies catch two-invoice-one-preimage ahead of the node")
127
def test_invoice_preimage(node_factory):
128
"""Test explicit invoice 'preimage'.
129
"""
0 commit comments