Skip to content

Commit 9d23e5f

Browse files
committed
f Clarify docs
1 parent ac80a3e commit 9d23e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pub(crate) const DEFAULT_ESPLORA_SERVER_URL: &str = "https://blockstream.info/ap
2929
// The timeout after which we abandon retrying failed payments.
3030
pub(crate) const LDK_PAYMENT_RETRY_TIMEOUT: Duration = Duration::from_secs(10);
3131

32-
// The interval (in block height) after which we archive pruned channel monitors.
32+
// The interval (in block height) after which we retry archiving fully resolved channel monitors.
3333
pub(crate) const LDK_CHANNEL_MONITOR_ARCHIVAL_INTERVAL: u32 = 6;
3434

3535
// The time in-between peer reconnection attempts.

0 commit comments

Comments
 (0)