diff --git a/protocol/app/ante.go b/protocol/app/ante.go index 735318f0af..cb7204dd73 100644 --- a/protocol/app/ante.go +++ b/protocol/app/ante.go @@ -128,6 +128,5 @@ func NewAnteDecoratorChain(options HandlerOptions) []sdk.AnteDecorator { ), clobante.NewRateLimitDecorator(options.ClobKeeper), - clobante.NewClobDecorator(options.ClobKeeper), } }