@@ -1580,8 +1580,8 @@ def test_zeroconf_mindepth(bitcoind, node_factory):
15801580 {},
15811581 {
15821582 'plugin' : str (plugin_path ),
1583- 'zeroconf-allow ' : '0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518' ,
1584- 'zeroconf-mindepth ' : '2' ,
1583+ 'zeroconf_allow ' : '0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518' ,
1584+ 'zeroconf_mindepth ' : '2' ,
15851585 },
15861586 ])
15871587
@@ -1627,7 +1627,7 @@ def test_zeroconf_open(bitcoind, node_factory):
16271627 {},
16281628 {
16291629 'plugin' : str (plugin_path ),
1630- 'zeroconf-allow ' : '022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59'
1630+ 'zeroconf_allow ' : '022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59'
16311631 },
16321632 ])
16331633
@@ -1702,7 +1702,7 @@ def test_zeroconf_public(bitcoind, node_factory, chainparams):
17021702 {'plugin' : str (coin_mvt_plugin )},
17031703 {
17041704 'plugin' : str (plugin_path ),
1705- 'zeroconf-allow ' : '0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518'
1705+ 'zeroconf_allow ' : '0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518'
17061706 },
17071707 {}
17081708 ])
@@ -1804,7 +1804,7 @@ def test_zeroconf_forward(node_factory, bitcoind):
18041804 {},
18051805 {
18061806 'plugin' : str (plugin_path ),
1807- 'zeroconf-allow ' : '022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59'
1807+ 'zeroconf_allow ' : '022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59'
18081808 }
18091809 ]
18101810 l1 , l2 , l3 = node_factory .get_nodes (3 , opts = opts )
@@ -2054,7 +2054,7 @@ def test_zeroconf_multichan_forward(node_factory):
20542054 {},
20552055 {
20562056 'plugin' : str (plugin_path ),
2057- 'zeroconf-allow ' : node_id ,
2057+ 'zeroconf_allow ' : node_id ,
20582058 }
20592059 ], fundamount = 10 ** 6 , wait_for_announce = True )
20602060
@@ -2574,7 +2574,7 @@ def test_opening_explicit_channel_type(node_factory, bitcoind):
25742574 l1 , l2 , l3 , l4 = node_factory .get_nodes (4 ,
25752575 opts = [{'experimental-dual-fund' : None },
25762576 {'plugin' : str (plugin_path ),
2577- 'zeroconf-allow ' : '0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518' },
2577+ 'zeroconf_allow ' : '0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518' },
25782578 {'experimental-dual-fund' : None },
25792579 {}])
25802580
@@ -2707,8 +2707,8 @@ def test_zeroconf_forget(node_factory, bitcoind, dopay: bool):
27072707 {},
27082708 {
27092709 "plugin" : str (plugin_path ),
2710- "zeroconf-allow " : "0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518" ,
2711- "zeroconf-mindepth " : "0" ,
2710+ "zeroconf_allow " : "0266e4598d1d3c415f572a8488830b60f7e744ed9235eb0b1ba93283b315c03518" ,
2711+ "zeroconf_mindepth " : "0" ,
27122712 "dev-max-funding-unconfirmed-blocks" : blocks ,
27132713 },
27142714 {},
0 commit comments