chore(x/staking): audit changes (#16795)

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
This commit is contained in:
atheeshp
2023-07-03 07:14:17 +00:00
committed by GitHub
co-authored by Aleksandr Bezobchuk
parent 9863cb88a4
commit 9b237c7189
22 changed files with 86 additions and 123 deletions
@@ -37,6 +37,7 @@ message GenesisState {
// redelegations defines the redelegations active at genesis.
repeated Redelegation redelegations = 7 [(gogoproto.nullable) = false, (amino.dont_omitempty) = true];
// exported defines a bool to identify whether the chain dealing with exported or initialized genesis.
bool exported = 8;
}