We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02223b7 + e3c0d07 commit 1432d06Copy full SHA for 1432d06
1 file changed
lightning-liquidity/src/lsps4/service.rs
@@ -49,7 +49,7 @@ use std::string::String;
49
use std::time::Instant;
50
use std::vec::Vec;
51
52
-const HTLC_EXPIRY_THRESHOLD_SECS: u64 = 10;
+const HTLC_EXPIRY_THRESHOLD_SECS: u64 = 45;
53
54
/// Action to forward a specific HTLC through a channel
55
#[derive(Debug)]
0 commit comments