Skip to content

Commit 4c79585

Browse files
committed
squash
1 parent 2d500c9 commit 4c79585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/events.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ pub enum Event {
8585
/// retry the payment via a different route.
8686
rejected_by_dest: bool,
8787
#[cfg(test)]
88-
error_code: Some(u16),
88+
error_code: Option<u16>,
8989
},
9090
/// Used to indicate that ChannelManager::process_pending_htlc_forwards should be called at a
9191
/// time in the future.

0 commit comments

Comments
 (0)