Skip to content

Commit

Permalink
fix timestamp drift log
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Nov 26, 2024
1 parent 9ca9918 commit 4043296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/src/v0/impls/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ pub enum ProposalValidationError {
proposal_timestamp: u64,
parent_timestamp: u64,
},
#[error("Timestamp drift too high: proposed:={proposal}, system={proposal}, diff={diff}")]
#[error("Timestamp drift too high: proposed:={proposal}, system={system}, diff={diff}")]
InvalidTimestampDrift {
proposal: u64,
system: u64,
Expand Down

0 comments on commit 4043296

Please sign in to comment.