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 f6842b5 commit 86b3440Copy full SHA for 86b3440
tests/test_pay.py
@@ -2821,6 +2821,7 @@ def test_tlv_or_legacy(node_factory, bitcoind):
2821
l3.daemon.wait_for_log("Got onion.*'type': 'tlv'")
2822
2823
2824
+@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "inv_nosecret: The invoice is missing the mandatory payment secret")
2825
@unittest.skipIf(TEST_NETWORK != 'regtest', "Invoice is network specific")
2826
def test_pay_no_secret(node_factory, bitcoind):
2827
l1, l2 = node_factory.line_graph(2, wait_for_announce=True)
0 commit comments