remove false promise

This commit is contained in:
Aditya Sripal 2018-07-12 19:12:04 -07:00
parent 4751727351
commit cb9c7fecee
1 changed files with 0 additions and 3 deletions

View File

@ -75,9 +75,6 @@ func NewGaiaApp(logger log.Logger, db dbm.DB, traceStore io.Writer, baseAppOptio
keyFeeCollection: sdk.NewKVStoreKey("fee"),
}
// Set app.cdc so that Query has same result encoding
app.cdc = cdc
// define the accountMapper
app.accountMapper = auth.NewAccountMapper(
app.cdc,