Skip to content

Commit 2f0ab89

Browse files
committed
Remove extra line
1 parent 695a088 commit 2f0ab89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightning/src/routing/router.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ const MEDIAN_HOP_CLTV_EXPIRY_DELTA: u32 = 40;
193193
// down from (1300-93) / 61 = 19.78... to arrive at a conservative estimate of 19.
194194
const MAX_PATH_LENGTH_ESTIMATE: u8 = 19;
195195

196-
197196
/// The recipient of a payment.
198197
#[derive(Clone, Debug, Hash, PartialEq, Eq)]
199198
pub struct PaymentParameters {

0 commit comments

Comments
 (0)