@@ -4263,7 +4263,6 @@ def test_offer_needs_option(node_factory):
4263
4263
assert l1 .rpc .decode ('lno1qgsqvgnwgcg35z6ee2h3yczraddm72xrfua9uve2rlrm9deu7xyfzrcgqyys5qq7ypnwgkvdr57yzh6h92zg3qctvrm7w38djg67kzcm4yeg8vc4cq633uzqaxlsxzxergsrav494jjrpuy9hcldjeglha57lxvz20fhha6hjwhv69nnzwzjsajntyf0c4z8h9e70dfdlfq8jdvc9rdht8vr955udtg' )['valid' ]
4264
4264
4265
4265
4266
- @unittest .skipIf (os .getenv ('SUBDAEMON' ).startswith ('hsmd:remote_hsmd' ), "remote_hsmd doesn't support bolt12 yet" )
4267
4266
def test_offer (node_factory , bitcoind ):
4268
4267
plugin = os .path .join (os .path .dirname (__file__ ), 'plugins/currencyUSDAUD5000.py' )
4269
4268
l1 = node_factory .get_node (options = {'plugin' : plugin , 'experimental-offers' : None })
@@ -4470,7 +4469,6 @@ def test_deprecated_offer(node_factory, bitcoind):
4470
4469
l1 .rpc .pay (inv )
4471
4470
4472
4471
4473
- @unittest .skipIf (os .getenv ('SUBDAEMON' ).startswith ('hsmd:remote_hsmd' ), "remote_hsmd doesn't support bolt12 yet" )
4474
4472
@pytest .mark .developer ("dev-no-modern-onion is DEVELOPER-only" )
4475
4473
def test_fetchinvoice_3hop (node_factory , bitcoind ):
4476
4474
l1 , l2 , l3 , l4 = node_factory .line_graph (4 , wait_for_announce = True ,
@@ -4505,7 +4503,6 @@ def test_fetchinvoice_3hop(node_factory, bitcoind):
4505
4503
l1 .rpc .call ('fetchinvoice' , {'offer' : offer1 ['bolt12' ]})
4506
4504
4507
4505
4508
- @unittest .skipIf (os .getenv ('SUBDAEMON' ).startswith ('hsmd:remote_hsmd' ), "remote_hsmd doesn't support bolt12 yet" )
4509
4506
def test_fetchinvoice (node_factory , bitcoind ):
4510
4507
# We remove the conversion plugin on l3, causing it to get upset.
4511
4508
l1 , l2 , l3 = node_factory .line_graph (3 , wait_for_announce = True ,
@@ -4719,7 +4716,6 @@ def test_fetchinvoice(node_factory, bitcoind):
4719
4716
4720
4717
4721
4718
@pytest .mark .developer ("Needs dev-allow-localhost for autoconnect, dev-force-features to avoid routing onionmsgs" )
4722
- @unittest .skipIf (os .getenv ('SUBDAEMON' ).startswith ('hsmd:remote_hsmd' ), "remote_hsmd doesn't support bolt12 yet" )
4723
4719
def test_fetchinvoice_autoconnect (node_factory , bitcoind ):
4724
4720
"""We should autoconnect if we need to, to route."""
4725
4721
@@ -4786,7 +4782,6 @@ def test_pay_waitblockheight_timeout(node_factory, bitcoind):
4786
4782
4787
4783
4788
4784
@pytest .mark .developer ("dev-rawrequest is DEVELOPER-only" )
4789
- @unittest .skipIf (os .getenv ('SUBDAEMON' ).startswith ('hsmd:remote_hsmd' ), "remote_hsmd doesn't support bolt12 yet" )
4790
4785
def test_dev_rawrequest (node_factory ):
4791
4786
l1 , l2 = node_factory .line_graph (2 , fundchannel = False ,
4792
4787
opts = {'experimental-offers' : None })
0 commit comments