Skip to content

Commit

Permalink
disable clob ante
Browse files Browse the repository at this point in the history
more
  • Loading branch information
roy-dydx committed Apr 30, 2024
1 parent 0f11da7 commit b4d7bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/x/clob/ante/ante_wrapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func (anteWrapper SingleMsgClobTxAnteWrapper) AnteHandle(
}

if isSingleClobMsgTx {
return next(ctx, tx, simulate)
return ctx, nil
}

return anteWrapper.antehandler.AnteHandle(ctx, tx, simulate, next)
Expand Down

0 comments on commit b4d7bf2

Please sign in to comment.