diff --git a/internal/ethapi/api.go b/internal/ethapi/api.go index 668d225d7a..ee479d7139 100644 --- a/internal/ethapi/api.go +++ b/internal/ethapi/api.go @@ -55,7 +55,7 @@ import ( // allowed to produce in order to speed up calculations. const estimateGasErrorRatio = 0.015 -var errBlobTxNotSupported = errors.New("signing blob transactions not supported. Use clef to sign. Submit via eth_sendRawTransaction.") +var errBlobTxNotSupported = errors.New("signing blob transactions not supported") // EthereumAPI provides an API to access Ethereum related information. type EthereumAPI struct {