mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 07:17:40 +01:00
Fix formatting
This commit is contained in:
parent
5309197150
commit
430d57c610
1 changed files with 2 additions and 1 deletions
|
@ -244,7 +244,8 @@ pub fn get_route<L: Deref>(our_node_id: &PublicKey, network: &NetworkGraph, targ
|
|||
channel_features: $chan_features.clone(),
|
||||
fee_msat: 0,
|
||||
cltv_expiry_delta: 0,
|
||||
})
|
||||
},
|
||||
)
|
||||
});
|
||||
if $src_node_id != *our_node_id {
|
||||
// Ignore new_fee for channel-from-us as we assume all channels-from-us
|
||||
|
|
Loading…
Add table
Reference in a new issue