[cleanup] use keeper version for fee checks #check-lint-warning
No need to pass a version param to functions that live in the keeper, as they have access to version already via GetVersion()
#check-lint-warning since it's undoing changes in versioned handlers (which were changed in this same release)