minor cleanup of feeKeeper

This commit is contained in:
Ethan Buchman
2018-07-03 00:08:00 -04:00
parent 32c8993d1e
commit a6dc81defa
2 changed files with 2 additions and 10 deletions
+2 -2
View File
@@ -5,10 +5,10 @@ import (
"os"
abci "github.com/tendermint/tendermint/abci/types"
tmtypes "github.com/tendermint/tendermint/types"
cmn "github.com/tendermint/tendermint/libs/common"
dbm "github.com/tendermint/tendermint/libs/db"
"github.com/tendermint/tendermint/libs/log"
tmtypes "github.com/tendermint/tendermint/types"
bam "github.com/cosmos/cosmos-sdk/baseapp"
sdk "github.com/cosmos/cosmos-sdk/types"
@@ -68,7 +68,7 @@ func NewGaiaApp(logger log.Logger, db dbm.DB) *GaiaApp {
keyStake: sdk.NewKVStoreKey("stake"),
keySlashing: sdk.NewKVStoreKey("slashing"),
keyGov: sdk.NewKVStoreKey("gov"),
keyFeeCollection: sdk.NewKVStoreKey("feeCollection"),
keyFeeCollection: sdk.NewKVStoreKey("fee"),
}
// define the accountMapper