From 402313ca85761fee52ec805e375fa4938c37c330 Mon Sep 17 00:00:00 2001 From: Sina Mahmoodi Date: Tue, 16 Jan 2024 19:12:19 +0330 Subject: [PATCH] fix err msg --- internal/ethapi/api.go | 2 +- tests/testdata | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/ethapi/api.go b/internal/ethapi/api.go index 1b20abb940..668d225d7a 100644 --- a/internal/ethapi/api.go +++ b/internal/ethapi/api.go @@ -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 { diff --git a/tests/testdata b/tests/testdata index fa51c5c164..ee3fa4c86d 160000 --- a/tests/testdata +++ b/tests/testdata @@ -1 +1 @@ -Subproject commit fa51c5c164f79140730ccb8fe26a46c3d3994338 +Subproject commit ee3fa4c86d05f99f2717f83a6ad08008490ddf07