core: delete unused ErrMaxInitCodeSizeExceeded (#29062)

pull/28940/head
cui 8 months ago committed by GitHub
parent b408b3e5fe
commit 5a1e8a6547
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      core/vm/errors.go

@ -29,7 +29,6 @@ var (
ErrInsufficientBalance = errors.New("insufficient balance for transfer")
ErrContractAddressCollision = errors.New("contract address collision")
ErrExecutionReverted = errors.New("execution reverted")
ErrMaxInitCodeSizeExceeded = errors.New("max initcode size exceeded")
ErrMaxCodeSizeExceeded = errors.New("max code size exceeded")
ErrInvalidJump = errors.New("invalid jump destination")
ErrWriteProtection = errors.New("write protection")

Loading…
Cancel
Save