Skip to content

Commit 15a036a

Browse files
committed
f one day I'll learn to code
1 parent 7819cbd commit 15a036a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lightning/src/routing/network_graph.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,7 +1398,7 @@ impl NetworkGraph {
13981398
}
13991399

14001400
macro_rules! get_new_channel_info {
1401-
() => {
1401+
() => { {
14021402
let last_update_message = if msg.excess_data.len() <= MAX_EXCESS_BYTES_FOR_RELAY
14031403
{ full_msg.cloned() } else { None };
14041404

@@ -1414,8 +1414,8 @@ impl NetworkGraph {
14141414
},
14151415
last_update_message
14161416
};
1417-
Some(updated_channel_update_info);
1418-
}
1417+
Some(updated_channel_update_info)
1418+
} }
14191419
}
14201420

14211421
let msg_hash = hash_to_message!(&Sha256dHash::hash(&msg.encode()[..])[..]);

0 commit comments

Comments
 (0)