Skip to content

Commit 063aff4

Browse files
committed
Make pending_events of TestRoutingMessageHandler pub.
1 parent b24ee4c commit 063aff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/util/test_utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ fn get_dummy_channel_update(short_chan_id: u64) -> msgs::ChannelUpdate {
344344
pub struct TestRoutingMessageHandler {
345345
pub chan_upds_recvd: AtomicUsize,
346346
pub chan_anns_recvd: AtomicUsize,
347-
pending_events: Mutex<Vec<events::MessageSendEvent>>,
347+
pub pending_events: Mutex<Vec<events::MessageSendEvent>>,
348348
pub request_full_sync: AtomicBool,
349349
}
350350

0 commit comments

Comments
 (0)