Skip to content

Commit

Permalink
fix json serialisation for batch
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor-malene committed Nov 22, 2023
1 parent d4f0338 commit d4cb4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/common/headers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func TestBatchHeader_MarshalJSON(t *testing.T) {
Root: randomHash(),
TxHash: randomHash(),
ReceiptHash: randomHash(),
Number: gethcommon.Big0,
Number: gethcommon.Big1,
SequencerOrderNo: gethcommon.Big1,
GasLimit: 100,
GasUsed: 200,
Expand Down

0 comments on commit d4cb4cb

Please sign in to comment.