Fix testcase
This commit is contained in:
parent
f7587f7847
commit
81ac153e7d
|
@ -59,7 +59,7 @@ func NewBasecoinApp(logger log.Logger, db dbm.DB) *BasecoinApp {
|
||||||
// Define the accountMapper.
|
// Define the accountMapper.
|
||||||
app.accountMapper = auth.NewAccountMapper(
|
app.accountMapper = auth.NewAccountMapper(
|
||||||
cdc,
|
cdc,
|
||||||
app.keyMain, // target store
|
app.keyAccount, // target store
|
||||||
&types.AppAccount{}, // prototype
|
&types.AppAccount{}, // prototype
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue