Skip to content

Commit ad9e038

Browse files
authored
Update timestamp error message. (#4099)
## Motivation The error message refers to a `Tick` operation, which doesn't exist anymore. ## Proposal Update the message. ## Test Plan CI ## Release Plan - Nothing to do / These changes follow the usual release cycle. ## Links - [reviewer checklist](https://github.com/linera-io/linera-protocol/blob/main/CONTRIBUTING.md#reviewer-checklist)
1 parent ba002bb commit ad9e038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linera-core/src/worker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ pub enum WorkerError {
193193
computed: Box<BlockExecutionOutcome>,
194194
submitted: Box<BlockExecutionOutcome>,
195195
},
196-
#[error("The timestamp of a Tick operation is in the future.")]
196+
#[error("The block timestamp is in the future.")]
197197
InvalidTimestamp,
198198
#[error("We don't have the value for the certificate.")]
199199
MissingCertificateValue,

0 commit comments

Comments
 (0)