Skip to content

Commit 895ae99

Browse files
committed
Remove unused const
1 parent c11d77d commit 895ae99

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ln/channelmanager.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@ const CHECK_CLTV_EXPIRY_SANITY: u32 = CLTV_EXPIRY_DELTA as u32 - 2*HTLC_FAIL_TIM
322322
const CHECK_CLTV_EXPIRY_SANITY_2: u32 = CLTV_EXPIRY_DELTA as u32 - HTLC_FAIL_TIMEOUT_BLOCKS - 2*CLTV_CLAIM_BUFFER;
323323

324324
const CLTV_FAR_FAR_AWAY: u16 = 6 * 24 * 7; //TODO?
325-
const FINAL_NODE_TIMEOUT: u16 = 3; //TODO?
326325

327326
macro_rules! secp_call {
328327
( $res: expr, $err: expr ) => {

0 commit comments

Comments
 (0)