Skip to content

Commit 402313c

Browse files
committed
fix err msg
1 parent b5c6a9b commit 402313c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/ethapi/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ import (
5555
// allowed to produce in order to speed up calculations.
5656
const estimateGasErrorRatio = 0.015
5757

58-
var errBlobTxNotSupported = errors.New("blob-tx not supported")
58+
var errBlobTxNotSupported = errors.New("signing blob transactions not supported. Use clef to sign. Submit via eth_sendRawTransaction.")
5959

6060
// EthereumAPI provides an API to access Ethereum related information.
6161
type EthereumAPI struct {

tests/testdata

0 commit comments

Comments
 (0)