Skip to content

Commit 3a333bc

Browse files
committed
f stray stuff
1 parent ac405e3 commit 3a333bc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lightning/src/ln/functional_test_utils.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1831,7 +1831,6 @@ pub fn create_channel_manual_funding<'a, 'b, 'c: 'd, 'd>(
18311831
let node_a_id = node_a.node.get_our_node_id();
18321832
let node_b_id = node_b.node.get_our_node_id();
18331833

1834-
18351834
let temp_channel_id = if zero_conf {
18361835
exchange_open_accept_zero_conf_chan(node_a, node_b, None, channel_value, push_msat)
18371836
} else {
@@ -1852,8 +1851,6 @@ pub fn create_channel_manual_funding<'a, 'b, 'c: 'd, 'd>(
18521851
.unwrap();
18531852
check_added_monitors!(node_a, 0);
18541853

1855-
eprintln!("\n\n\n\n sending funding created");
1856-
18571854
let funding_created = get_event_msg!(node_a, MessageSendEvent::SendFundingCreated, node_b_id);
18581855
node_b.node.handle_funding_created(node_a_id, &funding_created);
18591856
check_added_monitors!(node_b, 1);

0 commit comments

Comments
 (0)