X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Frouting%2Frouter.rs;h=9f202557ff7066d485e59c0ce0a9710ae687e1be;hb=5425b2b77e690a08a604c6d26fbd0f8a1667f045;hp=ed3c07595b0ebc39cb5d0d36506deb4c53e93ac2;hpb=216225c00b5723c441b9f3fa88b675a64c2d07da;p=rust-lightning diff --git a/lightning/src/routing/router.rs b/lightning/src/routing/router.rs index ed3c0759..9f202557 100644 --- a/lightning/src/routing/router.rs +++ b/lightning/src/routing/router.rs @@ -1716,6 +1716,7 @@ mod tests { forwarding_info: None, }, funding_txo: Some(OutPoint { txid: bitcoin::Txid::from_slice(&[0; 32]).unwrap(), index: 0 }), + channel_type: None, short_channel_id, inbound_scid_alias: None, channel_value_satoshis: 0, @@ -5438,6 +5439,7 @@ mod benches { funding_txo: Some(OutPoint { txid: bitcoin::Txid::from_slice(&[0; 32]).unwrap(), index: 0 }), + channel_type: None, short_channel_id: Some(1), inbound_scid_alias: None, channel_value_satoshis: 10_000_000,