Skip to content

Commit 0bab936

Browse files
committed
initgen tests complete
1 parent b09653c commit 0bab936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basecoin/app/init_baseapp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func (ga *GenesisAccount) toAppAccount() (acc *types.AppAccount, err error) {
6868
}
6969
return &types.AppAccount{
7070
BaseAccount: baseAcc,
71-
Name: "foobart",
71+
Name: ga.Name,
7272
}, nil
7373
}
7474

0 commit comments

Comments
 (0)