Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion x/wasm/types/authz.go
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ func (u UndefinedLimit) ValidateBasic() error {

// Accept always returns error
func (u UndefinedLimit) Accept(_ sdk.Context, _ AuthzableWasmMsg) (*ContractAuthzLimitAcceptResult, error) {
return nil, sdkerrors.ErrNotFound.Wrapf("undefined filter")
return nil, sdkerrors.ErrNotFound.Wrapf("undefined limit")
}

// NewMaxCallsLimit constructor
Expand Down