Skip to content

Commit

Permalink
update proto sequence number
Browse files Browse the repository at this point in the history
  • Loading branch information
leonz789 committed Sep 20, 2024
1 parent b00bc15 commit b799120
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion proto/exocore/oracle/v1/native_token.proto
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ message StakerInfo {
string staker_addr = 1;
int64 staker_index = 2;
repeated uint64 validator_indexes = 3;
repeated BalanceInfo balance_list = 5;
repeated BalanceInfo balance_list = 4;
}

// StakerList tells which stakers are active for one specific native-restaking asset
Expand Down
32 changes: 16 additions & 16 deletions x/oracle/types/native_token.pb.go

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

0 comments on commit b799120

Please sign in to comment.