Fix testcase

This commit is contained in:
Christopher Goes 2018-04-28 02:50:54 +02:00
parent f7587f7847
commit 81ac153e7d
No known key found for this signature in database
GPG Key ID: E828D98232D328D3
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ func NewBasecoinApp(logger log.Logger, db dbm.DB) *BasecoinApp {
// Define the accountMapper.
app.accountMapper = auth.NewAccountMapper(
cdc,
app.keyMain, // target store
app.keyAccount, // target store
&types.AppAccount{}, // prototype
)