mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-14 03:55:19 +00:00
remove validator name token
This commit is contained in:
parent
f06c44dcde
commit
6e16edd0b2
@ -160,11 +160,10 @@ func KavaAppGenState(cdc *wire.Codec, appGenTxs []json.RawMessage) (genesisState
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// create the genesis account, give'm few steaks and a buncha token with there name
|
// create the genesis account
|
||||||
accAuth := auth.NewBaseAccountWithAddress(genTx.Address)
|
accAuth := auth.NewBaseAccountWithAddress(genTx.Address)
|
||||||
accAuth.Coins = sdk.Coins{
|
accAuth.Coins = sdk.Coins{
|
||||||
{genTx.Name + "Token", sdk.NewInt(1000)},
|
{"KVA", sdk.NewInt(freeFermionsAcc)},
|
||||||
{"steak", sdk.NewInt(freeFermionsAcc)},
|
|
||||||
}
|
}
|
||||||
acc := NewGenesisAccount(&accAuth)
|
acc := NewGenesisAccount(&accAuth)
|
||||||
genaccs[i] = acc
|
genaccs[i] = acc
|
||||||
|
Loading…
Reference in New Issue
Block a user