fix err message

Co-authored-by: Martin HS <martin@swende.se>
This commit is contained in:
Sina Mahmoodi 2024-01-17 12:50:11 +03:30 committed by GitHub
parent de6cea02b0
commit ad941dd442
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {