@@ -4321,7 +4321,6 @@ def test_offer_needs_option(node_factory):
43214321 assert l1 .rpc .decode ('lno1qgsqvgnwgcg35z6ee2h3yczraddm72xrfua9uve2rlrm9deu7xyfzrcgqyys5qq7ypnwgkvdr57yzh6h92zg3qctvrm7w38djg67kzcm4yeg8vc4cq633uzqaxlsxzxergsrav494jjrpuy9hcldjeglha57lxvz20fhha6hjwhv69nnzwzjsajntyf0c4z8h9e70dfdlfq8jdvc9rdht8vr955udtg' )['valid' ]
43224322
43234323
4324- @unittest .skipIf (os .getenv ('SUBDAEMON' ).startswith ('hsmd:remote_hsmd' ), "remote_hsmd doesn't support bolt12 yet" )
43254324def test_offer (node_factory , bitcoind ):
43264325 plugin = os .path .join (os .path .dirname (__file__ ), 'plugins/currencyUSDAUD5000.py' )
43274326 l1 = node_factory .get_node (options = {'plugin' : plugin , 'experimental-offers' : None })
@@ -4528,7 +4527,6 @@ def test_deprecated_offer(node_factory, bitcoind):
45284527 l1 .rpc .pay (inv )
45294528
45304529
4531- @unittest .skipIf (os .getenv ('SUBDAEMON' ).startswith ('hsmd:remote_hsmd' ), "remote_hsmd doesn't support bolt12 yet" )
45324530@pytest .mark .developer ("dev-no-modern-onion is DEVELOPER-only" )
45334531def test_fetchinvoice_3hop (node_factory , bitcoind ):
45344532 l1 , l2 , l3 , l4 = node_factory .line_graph (4 , wait_for_announce = True ,
@@ -4563,7 +4561,6 @@ def test_fetchinvoice_3hop(node_factory, bitcoind):
45634561 l1 .rpc .call ('fetchinvoice' , {'offer' : offer1 ['bolt12' ]})
45644562
45654563
4566- @unittest .skipIf (os .getenv ('SUBDAEMON' ).startswith ('hsmd:remote_hsmd' ), "remote_hsmd doesn't support bolt12 yet" )
45674564def test_fetchinvoice (node_factory , bitcoind ):
45684565 # We remove the conversion plugin on l3, causing it to get upset.
45694566 l1 , l2 , l3 = node_factory .line_graph (3 , wait_for_announce = True ,
@@ -4777,7 +4774,6 @@ def test_fetchinvoice(node_factory, bitcoind):
47774774
47784775
47794776@pytest .mark .developer ("Needs dev-allow-localhost for autoconnect, dev-force-features to avoid routing onionmsgs" )
4780- @unittest .skipIf (os .getenv ('SUBDAEMON' ).startswith ('hsmd:remote_hsmd' ), "remote_hsmd doesn't support bolt12 yet" )
47814777def test_fetchinvoice_autoconnect (node_factory , bitcoind ):
47824778 """We should autoconnect if we need to, to route."""
47834779
@@ -4844,7 +4840,6 @@ def test_pay_waitblockheight_timeout(node_factory, bitcoind):
48444840
48454841
48464842@pytest .mark .developer ("dev-rawrequest is DEVELOPER-only" )
4847- @unittest .skipIf (os .getenv ('SUBDAEMON' ).startswith ('hsmd:remote_hsmd' ), "remote_hsmd doesn't support bolt12 yet" )
48484843def test_dev_rawrequest (node_factory ):
48494844 l1 , l2 = node_factory .line_graph (2 , fundchannel = False ,
48504845 opts = {'experimental-offers' : None })
0 commit comments