Skip to content

Commit

Permalink
Removed struct field flag
Browse files Browse the repository at this point in the history
  • Loading branch information
begmaroman committed Oct 5, 2023
1 parent e9f02e1 commit 4073c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonrpc/debug.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4073c1e

Please sign in to comment.