Skip to content

Commit

Permalink
Debug log - no merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Jun 17, 2020
1 parent f97cf7c commit 584e6b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions programs/vote/src/vote_state/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ impl VoteState {
&& BlockTimestamp { slot, timestamp } != self.last_timestamp
&& self.last_timestamp.slot != 0)
{
error!("TimestampTooOld {:?} - {} - {}", self.last_timestamp, slot, timestamp);
return Err(VoteError::TimestampTooOld);
}
self.last_timestamp = BlockTimestamp { slot, timestamp };
Expand Down

0 comments on commit 584e6b6

Please sign in to comment.