Commit 18f2cb73 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #7563 from ethereum-optimism/fix/batch-json-ser

op-chain-ops: skip extra json serialization
parents 1a4b6761 ea5a035c
...@@ -25,7 +25,7 @@ import ( ...@@ -25,7 +25,7 @@ import (
// the raw calldata when both the calldata and ABIs with arguments are // the raw calldata when both the calldata and ABIs with arguments are
// present. // present.
type Batch struct { type Batch struct {
SkipCalldata bool SkipCalldata bool `json:"-"`
Version string `json:"version"` Version string `json:"version"`
ChainID *big.Int `json:"chainId"` ChainID *big.Int `json:"chainId"`
CreatedAt uint64 `json:"createdAt"` CreatedAt uint64 `json:"createdAt"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment