Skip to content

Commit 1432d06

Browse files
Merge pull request #5 from moneydevkit/lsp-0.2.0-bump-htlc-expiry
chore: bump HTLC expiry threshold to 45s
2 parents 02223b7 + e3c0d07 commit 1432d06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lightning-liquidity/src/lsps4/service.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ use std::string::String;
4949
use std::time::Instant;
5050
use std::vec::Vec;
5151

52-
const HTLC_EXPIRY_THRESHOLD_SECS: u64 = 10;
52+
const HTLC_EXPIRY_THRESHOLD_SECS: u64 = 45;
5353

5454
/// Action to forward a specific HTLC through a channel
5555
#[derive(Debug)]

0 commit comments

Comments
 (0)