Skip to content

Commit

Permalink
Fix wrong node broadcaster in test_yield_anchors_events
Browse files Browse the repository at this point in the history
  • Loading branch information
wpaulino committed Sep 29, 2023
1 parent 189c467 commit eec686b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning/src/ln/monitor_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2222,7 +2222,7 @@ fn test_yield_anchors_events() {
&LowerBoundedFeeEstimator::new(node_cfgs[0].fee_estimator), &nodes[0].logger
);
get_monitor!(nodes[1], chan_id).provide_payment_preimage(
&payment_hash_1, &payment_preimage_1, &node_cfgs[0].tx_broadcaster,
&payment_hash_1, &payment_preimage_1, &node_cfgs[1].tx_broadcaster,
&LowerBoundedFeeEstimator::new(node_cfgs[1].fee_estimator), &nodes[1].logger
);

Expand Down

0 comments on commit eec686b

Please sign in to comment.