Skip to content

Commit

Permalink
fix timestamp drift log (#2333)
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron authored Nov 26, 2024
1 parent bebccbd commit d76d32e
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 d76d32e

Please sign in to comment.