Skip to content

Commit

Permalink
removed nft from chargin module list
Browse files Browse the repository at this point in the history
  • Loading branch information
avendauz committed Aug 14, 2021
1 parent c35b71c commit b0e921f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ante/NewSetUpContextDecorator.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}


0 comments on commit b0e921f

Please sign in to comment.