diff --git a/app/ante/NewSetUpContextDecorator.go b/app/ante/NewSetUpContextDecorator.go index f58864f6..9873d873 100644 --- a/app/ante/NewSetUpContextDecorator.go +++ b/app/ante/NewSetUpContextDecorator.go @@ -155,7 +155,7 @@ func isOnWhiteList (msgModule string, sender string, whiteList string) bool { } func isAChargingModule (msgModule string) bool { - return msgModule == "crud" || msgModule == "oracle" || msgModule == "nft" + return msgModule == "crud" || msgModule == "oracle" }