aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/errors.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/vm/errors.go')
-rw-r--r--core/vm/errors.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/vm/errors.go b/core/vm/errors.go
index ea33f13f3..7f88f324e 100644
--- a/core/vm/errors.go
+++ b/core/vm/errors.go
@@ -26,4 +26,5 @@ var (
ErrTraceLimitReached = errors.New("the number of logs reached the specified limit")
ErrInsufficientBalance = errors.New("insufficient balance for transfer")
ErrContractAddressCollision = errors.New("contract address collision")
+ ErrNoCompatibleInterpreter = errors.New("no compatible interpreter")
)