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 c8b90d5 + a4f4663 commit 7adc624Copy full SHA for 7adc624
lightning/src/util/persist.rs
@@ -955,9 +955,12 @@ where
955
Some(res) => Ok(res),
956
None => Err(io::Error::new(
957
io::ErrorKind::InvalidData,
958
- "ChannelMonitor was stale, with no updates since LDK 0.0.118. \
+ format!(
959
+ "ChannelMonitor {} was stale, with no updates since LDK 0.0.118. \
960
It cannot be read by modern versions of LDK, though also does not contain any funds left to sweep. \
961
You should manually delete it instead",
962
+ monitor_key,
963
+ ),
964
)),
965
}
966
0 commit comments