fix err msg

This commit is contained in:
Sina Mahmoodi 2024-01-16 19:12:19 +03:30
parent b5c6a9ba80
commit 402313ca85
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@ import (
// allowed to produce in order to speed up calculations.
const estimateGasErrorRatio = 0.015
var errBlobTxNotSupported = errors.New("blob-tx not supported")
var errBlobTxNotSupported = errors.New("signing blob transactions not supported. Use clef to sign. Submit via eth_sendRawTransaction.")
// EthereumAPI provides an API to access Ethereum related information.
type EthereumAPI struct {

@ -1 +1 @@
Subproject commit fa51c5c164f79140730ccb8fe26a46c3d3994338
Subproject commit ee3fa4c86d05f99f2717f83a6ad08008490ddf07