Fix formatting

This commit is contained in:
Gleb Naumenko 2020-06-25 17:01:42 +03:00
parent 5309197150
commit 430d57c610

View file

@ -244,7 +244,8 @@ pub fn get_route<L: Deref>(our_node_id: &PublicKey, network: &NetworkGraph, targ
channel_features: $chan_features.clone(), channel_features: $chan_features.clone(),
fee_msat: 0, fee_msat: 0,
cltv_expiry_delta: 0, cltv_expiry_delta: 0,
}) },
)
}); });
if $src_node_id != *our_node_id { if $src_node_id != *our_node_id {
// Ignore new_fee for channel-from-us as we assume all channels-from-us // Ignore new_fee for channel-from-us as we assume all channels-from-us