pr comments

This commit is contained in:
rigelrozanski
2018-06-08 10:03:37 -07:00
parent 61a510ed08
commit 42def02ae9
3 changed files with 2 additions and 20 deletions
+1 -3
View File
@@ -19,12 +19,10 @@ import (
"github.com/tendermint/tmlibs/log"
)
var accName = "foobart"
func setGenesis(bapp *BasecoinApp, accs ...auth.BaseAccount) error {
genaccs := make([]*types.GenesisAccount, len(accs))
for i, acc := range accs {
genaccs[i] = types.NewGenesisAccount(&types.AppAccount{acc, accName})
genaccs[i] = types.NewGenesisAccount(&types.AppAccount{acc, "foobart"})
}
genesisState := types.GenesisState{