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 ba002bb commit ad9e038Copy full SHA for ad9e038
linera-core/src/worker.rs
@@ -193,7 +193,7 @@ pub enum WorkerError {
193
computed: Box<BlockExecutionOutcome>,
194
submitted: Box<BlockExecutionOutcome>,
195
},
196
- #[error("The timestamp of a Tick operation is in the future.")]
+ #[error("The block timestamp is in the future.")]
197
InvalidTimestamp,
198
#[error("We don't have the value for the certificate.")]
199
MissingCertificateValue,
0 commit comments