Skip to content

Commit 3a744f5

Browse files
committed
f sp
1 parent 01ff3fa commit 3a744f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/util/persist.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ where
777777
// If there is an error while reading old monitor, we skip clean up.
778778
maybe_old_monitor.map(|(_, ref old_monitor)| {
779779
let start = old_monitor.get_latest_update_id();
780-
// We never persist an update with the leagacy closed update_id
780+
// We never persist an update with the legacy closed update_id
781781
let end = cmp::min(
782782
start.saturating_add(self.maximum_pending_updates),
783783
LEGACY_CLOSED_CHANNEL_UPDATE_ID - 1,

0 commit comments

Comments
 (0)