Skip to content

Commit 6cb0210

Browse files
committed
f wtf
1 parent 1ef8ab2 commit 6cb0210

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lightning/src/ln/payment_tests.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,8 +490,6 @@ fn do_test_completed_payment_not_retryable_on_reload(use_dust: bool) {
490490

491491
let route = get_route_and_payment_hash!(nodes[0], nodes[2], if use_dust { 1_000 } else { 1_000_000 }).0;
492492
let (payment_preimage, payment_hash, payment_secret, payment_id) = send_along_route(&nodes[0], route, &[&nodes[1], &nodes[2]], if use_dust { 1_000 } else { 1_000_000 });
493-
nodes[0].tx_broadcaster.txn_broadcasted.lock().unwrap().split_off(0).clear();
494-
495493

496494
// The ChannelMonitor should always be the latest version, as we're required to persist it
497495
// during the `commitment_signed_dance!()`.

0 commit comments

Comments
 (0)