initgen tests complete
This commit is contained in:
parent
b09653c9ea
commit
0bab936d70
|
@ -68,7 +68,7 @@ func (ga *GenesisAccount) toAppAccount() (acc *types.AppAccount, err error) {
|
|||
}
|
||||
return &types.AppAccount{
|
||||
BaseAccount: baseAcc,
|
||||
Name: "foobart",
|
||||
Name: ga.Name,
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue