From 4073c1e4a0ebc75b82e28fd77713619588f65a1c Mon Sep 17 00:00:00 2001 From: begmaroman Date: Thu, 5 Oct 2023 09:44:22 +0800 Subject: [PATCH] Removed struct field flag --- jsonrpc/debug.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonrpc/debug.go b/jsonrpc/debug.go index 518e689f..b060faf2 100644 --- a/jsonrpc/debug.go +++ b/jsonrpc/debug.go @@ -18,7 +18,7 @@ type TraceTransactionOptions struct { EnableReturnData bool Timeout string Tracer string - TracerConfig map[string]interface{} `json:"tracerConfig,omitempty"` + TracerConfig map[string]interface{} } type TransactionTrace struct {