mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
fix err msg
This commit is contained in:
parent
b5c6a9ba80
commit
402313ca85
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
Loading…
Reference in a new issue