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 f0ff0d8 commit a0cea28Copy full SHA for a0cea28
tests/test_pay.py
@@ -2813,6 +2813,7 @@ def test_tlv_or_legacy(node_factory, bitcoind):
2813
l3.daemon.wait_for_log("Got onion.*'type': 'tlv'")
2814
2815
2816
+@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "inv_nosecret: The invoice is missing the mandatory payment secret")
2817
@unittest.skipIf(TEST_NETWORK != 'regtest', "Invoice is network specific")
2818
def test_pay_no_secret(node_factory, bitcoind):
2819
l1, l2 = node_factory.line_graph(2, wait_for_announce=True)
0 commit comments