Skip to content

Commit 26180a5

Browse files
committed
core/vm: delete unused error ethereum#29062
1 parent 8f76709 commit 26180a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/vm/errors.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ var (
2929
ErrInsufficientBalance = errors.New("insufficient balance for transfer")
3030
ErrContractAddressCollision = errors.New("contract address collision")
3131
ErrExecutionReverted = errors.New("execution reverted")
32-
ErrMaxInitCodeSizeExceeded = errors.New("max initcode size exceeded")
3332
ErrMaxCodeSizeExceeded = errors.New("max code size exceeded")
3433
ErrInvalidJump = errors.New("invalid jump destination")
3534
ErrWriteProtection = errors.New("write protection")

0 commit comments

Comments
 (0)