initgen tests complete

This commit is contained in:
rigelrozanski 2018-02-09 17:07:54 +00:00
parent b09653c9ea
commit 0bab936d70
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ func (ga *GenesisAccount) toAppAccount() (acc *types.AppAccount, err error) {
}
return &types.AppAccount{
BaseAccount: baseAcc,
Name: "foobart",
Name: ga.Name,
}, nil
}