Skip to content

Commit

Permalink
add AbsentParticipationAccounts to block header
Browse files Browse the repository at this point in the history
  • Loading branch information
cce committed Apr 24, 2024
1 parent d8514da commit 89392c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions types/block.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ type (
// that needs to be converted to offline since their
// participation key expired.
ExpiredParticipationAccounts []Address `codec:"partupdrmv"`

// AbsentParticipationAccounts contains a list of online accounts that
// needs to be converted to offline since they are not proposing.
AbsentParticipationAccounts []Address `codec:"partupdabs"`
}

// RewardsState represents the global parameters controlling the rate
Expand Down

0 comments on commit 89392c1

Please sign in to comment.