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 739c412 commit 716758fCopy full SHA for 716758f
lightning/src/ln/channelmanager.rs
@@ -9266,7 +9266,7 @@ where
9266
let duration_since_epoch = {
9267
use std::time::SystemTime;
9268
SystemTime::now().duration_since(SystemTime::UNIX_EPOCH)
9269
- .expect("for the foreseeable future this shouldn't happen")
+ .expect("SystemTime::now() should be after SystemTime::UNIX_EPOCH")
9270
};
9271
#[cfg(not(feature = "std"))]
9272
let duration_since_epoch =
0 commit comments