From 2e2f9c7c58e69787b8a36e998515dbbbce1f0b41 Mon Sep 17 00:00:00 2001 From: Roy Li Date: Thu, 25 Apr 2024 12:09:08 -0400 Subject: [PATCH] disable clob ante --- protocol/app/ante.go | 1 - 1 file changed, 1 deletion(-) 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), } }