mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Merge branch 'api/blob' of github.com:s1na/go-ethereum into api/blob
This commit is contained in:
commit
c1561a2da8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue