Skip to content

Commit

Permalink
rerun with algorand/msgp#28
Browse files Browse the repository at this point in the history
  • Loading branch information
cce committed Aug 15, 2023
1 parent 0c2954b commit bb2be81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 3 additions & 2 deletions agreement/msgp_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion agreement/player.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ type player struct {

// Deadline contains the time of the next timeout expected by the player
// state machine (relevant to the start of the current period).
Deadline Deadline
Deadline Deadline `codec:"NewDeadline"`

OldDeadline time.Duration `codec:"Deadline,omitempty"`

// Napping is set when the player is expecting a random timeout (i.e.,
// to determine when the player chooses to send a next-vote).
Napping bool
Expand Down

0 comments on commit bb2be81

Please sign in to comment.