Skip to content

Commit 3f5ce3e

Browse files
committed
splice-script: Expand two chan splice in test
Enable feerate checks for the test now that they’re working well
1 parent dd92643 commit 3f5ce3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_splice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def test_script_two_chan_splice_in(node_factory, bitcoind):
207207
chan_id2 = l2.get_channel_id(l3)
208208

209209
# l2 will splice funds into the channels with l1 and l3 at the same time
210-
result = l2.rpc.splice(f"wallet -> 200999; 100000 -> {chan_id1}; 100000 -> {chan_id2}; * -> wallet", force_feerate=True, debug_log=True)
210+
result = l2.rpc.splice(f"wallet -> 200999; 100000 -> {chan_id1}; 100000 -> {chan_id2}")
211211

212212
l3.daemon.wait_for_log(r'CHANNELD_NORMAL to CHANNELD_AWAITING_SPLICE')
213213
l2.daemon.wait_for_log(r'CHANNELD_NORMAL to CHANNELD_AWAITING_SPLICE')

0 commit comments

Comments
 (0)