forked from cerc-io/laconicd-deprecated
conflicts
This commit is contained in:
@@ -30,15 +30,10 @@ message GenesisState {
|
||||
message GenesisAccount {
|
||||
// address defines an ethereum hex formated address of an account
|
||||
string address = 1;
|
||||
// balance defines the available evm tokens for the account
|
||||
string balance = 2 [
|
||||
(gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Int",
|
||||
(gogoproto.nullable) = false
|
||||
];
|
||||
// code defines the hex bytes of the account code.
|
||||
string code = 3;
|
||||
string code = 2;
|
||||
// storage defines the set of state key values for the account.
|
||||
repeated State storage = 4 [
|
||||
repeated State storage = 3 [
|
||||
(gogoproto.nullable) = false,
|
||||
(gogoproto.castrepeated) = "Storage"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user