Skip to content

Commit

Permalink
add endorsement in bucket (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
envestcc authored Mar 31, 2024
1 parent 521181b commit 26bef92
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 68 deletions.
149 changes: 81 additions & 68 deletions golang/iotextypes/state_data.pb.go

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

1 change: 1 addition & 0 deletions proto/types/state_data.proto
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ message VoteBucket {
uint64 createBlockHeight = 12;
uint64 stakeStartBlockHeight = 13;
uint64 unstakeStartBlockHeight = 14;
uint64 endorsementExpireBlockHeight = 15;
}

message VoteBucketList {
Expand Down

0 comments on commit 26bef92

Please sign in to comment.