We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7819cbd commit 15a036aCopy full SHA for 15a036a
lightning/src/routing/network_graph.rs
@@ -1398,7 +1398,7 @@ impl NetworkGraph {
1398
}
1399
1400
macro_rules! get_new_channel_info {
1401
- () => {
+ () => { {
1402
let last_update_message = if msg.excess_data.len() <= MAX_EXCESS_BYTES_FOR_RELAY
1403
{ full_msg.cloned() } else { None };
1404
@@ -1414,8 +1414,8 @@ impl NetworkGraph {
1414
},
1415
last_update_message
1416
};
1417
- Some(updated_channel_update_info);
1418
- }
+ Some(updated_channel_update_info)
+ } }
1419
1420
1421
let msg_hash = hash_to_message!(&Sha256dHash::hash(&msg.encode()[..])[..]);
0 commit comments