Skip to content

Commit eec686b

Browse files
committed
Fix wrong node broadcaster in test_yield_anchors_events
1 parent 189c467 commit eec686b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/monitor_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2222,7 +2222,7 @@ fn test_yield_anchors_events() {
22222222
&LowerBoundedFeeEstimator::new(node_cfgs[0].fee_estimator), &nodes[0].logger
22232223
);
22242224
get_monitor!(nodes[1], chan_id).provide_payment_preimage(
2225-
&payment_hash_1, &payment_preimage_1, &node_cfgs[0].tx_broadcaster,
2225+
&payment_hash_1, &payment_preimage_1, &node_cfgs[1].tx_broadcaster,
22262226
&LowerBoundedFeeEstimator::new(node_cfgs[1].fee_estimator), &nodes[1].logger
22272227
);
22282228

0 commit comments

Comments
 (0)