Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
trestinlsd committed Jan 5, 2025
1 parent abd7c8a commit 3de9678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion precompiles/common/error.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package common

const (
ErrContractInputParamOrType = "the contract input parameter type or value error,arg index:%d, expected type is:%s,value:%v"
ErrContractInputParaOrType = "the contract input parameter type or value error,arg index:%d, expected type is:%s,value:%v"

ErrContractCaller = "the caller doesn't have the permission to call this function"

Expand Down

0 comments on commit 3de9678

Please sign in to comment.