We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e6a82 commit 1ff8dddCopy full SHA for 1ff8ddd
x/wasm/types/authz.go
@@ -545,7 +545,7 @@ func (u UndefinedLimit) ValidateBasic() error {
545
546
// Accept always returns error
547
func (u UndefinedLimit) Accept(_ sdk.Context, _ AuthzableWasmMsg) (*ContractAuthzLimitAcceptResult, error) {
548
- return nil, sdkerrors.ErrNotFound.Wrapf("undefined filter")
+ return nil, sdkerrors.ErrNotFound.Wrapf("undefined limit")
549
}
550
551
// NewMaxCallsLimit constructor
0 commit comments