Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
aljo242 committed Nov 10, 2023
1 parent c02a742 commit 41f14be
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions x/feemarket/keeper/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ func (k *Keeper) InitGenesis(ctx sdk.Context, gs types.GenesisState) {
panic(err)
}

if len(gs.Plugin) == 0 && gs.Params.Enabled {
panic("plugin must be set if feemarket is enabled")
}

// set the fee market implementation
if err := k.plugin.Unmarshal(gs.Plugin); err != nil {
panic(err)
Expand Down

0 comments on commit 41f14be

Please sign in to comment.