Skip to content

Commit

Permalink
fix err msg
Browse files Browse the repository at this point in the history
  • Loading branch information
s1na committed Jan 16, 2024
1 parent b5c6a9b commit 402313c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/ethapi/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion tests/testdata

0 comments on commit 402313c

Please sign in to comment.