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.
1 parent ac80a3e commit 9d23e5fCopy full SHA for 9d23e5f
src/config.rs
@@ -29,7 +29,7 @@ pub(crate) const DEFAULT_ESPLORA_SERVER_URL: &str = "https://blockstream.info/ap
29
// The timeout after which we abandon retrying failed payments.
30
pub(crate) const LDK_PAYMENT_RETRY_TIMEOUT: Duration = Duration::from_secs(10);
31
32
-// The interval (in block height) after which we archive pruned channel monitors.
+// The interval (in block height) after which we retry archiving fully resolved channel monitors.
33
pub(crate) const LDK_CHANNEL_MONITOR_ARCHIVAL_INTERVAL: u32 = 6;
34
35
// The time in-between peer reconnection attempts.
0 commit comments