From 5db01067d3dd462946cb2ad6ec8559634c8f0573 Mon Sep 17 00:00:00 2001 From: Sina Mahmoodi Date: Wed, 12 Jun 2024 15:05:37 +0200 Subject: [PATCH] fix --- internal/ethapi/errors.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/ethapi/errors.go b/internal/ethapi/errors.go index 6b12749444..ae38061234 100644 --- a/internal/ethapi/errors.go +++ b/internal/ethapi/errors.go @@ -82,6 +82,7 @@ func (e *TxIndexingError) ErrorData() interface{} { return "transaction indexing type callError struct { Message string `json:"message"` Code int `json:"code"` + Data string `json:"data,omitempty"` } type invalidTxError struct {