File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -702,7 +702,7 @@ func TestCodecV7BatchCompressedDataCompatibilityCheck(t *testing.T) {
702702 name : "Single Block 04" ,
703703 batch : & Batch {
704704 InitialL1MessageIndex : 10 ,
705- LastL1MessageQueueHash : common .HexToHash ("0xc7436aaec2cfaf39d5be02a02c6ac2089ab264c3e0fd142db682f1c000000000 " ),
705+ LastL1MessageQueueHash : common .HexToHash ("0xc7436aaec2cfaf39d5be02a02c6ac2089ab264c3e0fd142db682f1cc00000000 " ),
706706 Blocks : []* Block {readBlockFromJSON (t , "testdata/blockTrace_04.json" )},
707707 },
708708 expectCompatible : true ,
@@ -736,7 +736,7 @@ func TestCodecV7BatchCompressedDataCompatibilityCheck(t *testing.T) {
736736 name : "Multiple Blocks 02, 03, 04" ,
737737 batch : & Batch {
738738 InitialL1MessageIndex : 10 ,
739- LastL1MessageQueueHash : common .HexToHash ("0xc7436aaec2cfaf39d5be02a02c6ac2089ab264c3e0fd142db682f1c000000000 " ),
739+ LastL1MessageQueueHash : common .HexToHash ("0xc7436aaec2cfaf39d5be02a02c6ac2089ab264c3e0fd142db682f1cc00000000 " ),
740740 Blocks : []* Block {
741741 readBlockFromJSON (t , "testdata/blockTrace_02.json" ),
742742 readBlockFromJSON (t , "testdata/blockTrace_03.json" ),
You can’t perform that action at this time.
0 commit comments