remove test linter fail function

This commit is contained in:
rigelrozanski 2018-04-19 13:23:59 -04:00
parent 566563f666
commit 2a796b6c7a

View File

@ -48,9 +48,6 @@ func NewEndBlocker(k Keeper) sdk.EndBlocker {
//_____________________________________________________________________
func Bloop() {
}
// InitGenesis - store genesis parameters
func InitGenesis(ctx sdk.Context, k Keeper, data GenesisState) {
k.setPool(ctx, data.Pool)