@@ -78,9 +78,9 @@ func TestSequencerReorgFromDelayed(t *testing.T) {
7878 AfterDelayedAcc : initMsgDelayed .AfterInboxAcc (),
7979 AfterDelayedCount : 1 ,
8080 TimeBounds : bridgegen.IBridgeTimeBounds {},
81- rawLog : types.Log {},
82- dataLocation : 0 ,
83- bridgeAddress : [20 ]byte {},
81+ RawLog : types.Log {},
82+ DataLocation : 0 ,
83+ BridgeAddress : [20 ]byte {},
8484 serialized : serializedInitMsgBatch ,
8585 }
8686 serializedUserMsgBatch := make ([]byte , 40 )
@@ -94,9 +94,9 @@ func TestSequencerReorgFromDelayed(t *testing.T) {
9494 AfterDelayedAcc : userDelayed2 .AfterInboxAcc (),
9595 AfterDelayedCount : 3 ,
9696 TimeBounds : bridgegen.IBridgeTimeBounds {},
97- rawLog : types.Log {},
98- dataLocation : 0 ,
99- bridgeAddress : [20 ]byte {},
97+ RawLog : types.Log {},
98+ DataLocation : 0 ,
99+ BridgeAddress : [20 ]byte {},
100100 serialized : serializedUserMsgBatch ,
101101 }
102102 emptyBatch := & SequencerInboxBatch {
@@ -108,9 +108,9 @@ func TestSequencerReorgFromDelayed(t *testing.T) {
108108 AfterDelayedAcc : userDelayed2 .AfterInboxAcc (),
109109 AfterDelayedCount : 3 ,
110110 TimeBounds : bridgegen.IBridgeTimeBounds {},
111- rawLog : types.Log {},
112- dataLocation : 0 ,
113- bridgeAddress : [20 ]byte {},
111+ RawLog : types.Log {},
112+ DataLocation : 0 ,
113+ BridgeAddress : [20 ]byte {},
114114 serialized : serializedUserMsgBatch ,
115115 }
116116 err = tracker .AddSequencerBatches (ctx , nil , []* SequencerInboxBatch {initMsgBatch , userMsgBatch , emptyBatch })
@@ -194,9 +194,9 @@ func TestSequencerReorgFromDelayed(t *testing.T) {
194194 AfterDelayedAcc : initMsgDelayed .AfterInboxAcc (),
195195 AfterDelayedCount : 1 ,
196196 TimeBounds : bridgegen.IBridgeTimeBounds {},
197- rawLog : types.Log {},
198- dataLocation : 0 ,
199- bridgeAddress : [20 ]byte {},
197+ RawLog : types.Log {},
198+ DataLocation : 0 ,
199+ BridgeAddress : [20 ]byte {},
200200 serialized : serializedInitMsgBatch ,
201201 }
202202 err = tracker .AddSequencerBatches (ctx , nil , []* SequencerInboxBatch {emptyBatch })
@@ -278,9 +278,9 @@ func TestSequencerReorgFromLastDelayedMsg(t *testing.T) {
278278 AfterDelayedAcc : initMsgDelayed .AfterInboxAcc (),
279279 AfterDelayedCount : 1 ,
280280 TimeBounds : bridgegen.IBridgeTimeBounds {},
281- rawLog : types.Log {},
282- dataLocation : 0 ,
283- bridgeAddress : [20 ]byte {},
281+ RawLog : types.Log {},
282+ DataLocation : 0 ,
283+ BridgeAddress : [20 ]byte {},
284284 serialized : serializedInitMsgBatch ,
285285 }
286286 serializedUserMsgBatch := make ([]byte , 40 )
@@ -294,9 +294,9 @@ func TestSequencerReorgFromLastDelayedMsg(t *testing.T) {
294294 AfterDelayedAcc : userDelayed2 .AfterInboxAcc (),
295295 AfterDelayedCount : 3 ,
296296 TimeBounds : bridgegen.IBridgeTimeBounds {},
297- rawLog : types.Log {},
298- dataLocation : 0 ,
299- bridgeAddress : [20 ]byte {},
297+ RawLog : types.Log {},
298+ DataLocation : 0 ,
299+ BridgeAddress : [20 ]byte {},
300300 serialized : serializedUserMsgBatch ,
301301 }
302302 emptyBatch := & SequencerInboxBatch {
@@ -308,9 +308,9 @@ func TestSequencerReorgFromLastDelayedMsg(t *testing.T) {
308308 AfterDelayedAcc : userDelayed2 .AfterInboxAcc (),
309309 AfterDelayedCount : 3 ,
310310 TimeBounds : bridgegen.IBridgeTimeBounds {},
311- rawLog : types.Log {},
312- dataLocation : 0 ,
313- bridgeAddress : [20 ]byte {},
311+ RawLog : types.Log {},
312+ DataLocation : 0 ,
313+ BridgeAddress : [20 ]byte {},
314314 serialized : serializedUserMsgBatch ,
315315 }
316316 err = tracker .AddSequencerBatches (ctx , nil , []* SequencerInboxBatch {initMsgBatch , userMsgBatch , emptyBatch })
@@ -423,9 +423,9 @@ func TestSequencerReorgFromLastDelayedMsg(t *testing.T) {
423423 AfterDelayedAcc : initMsgDelayed .AfterInboxAcc (),
424424 AfterDelayedCount : 1 ,
425425 TimeBounds : bridgegen.IBridgeTimeBounds {},
426- rawLog : types.Log {},
427- dataLocation : 0 ,
428- bridgeAddress : [20 ]byte {},
426+ RawLog : types.Log {},
427+ DataLocation : 0 ,
428+ BridgeAddress : [20 ]byte {},
429429 serialized : serializedInitMsgBatch ,
430430 }
431431 err = tracker .AddSequencerBatches (ctx , nil , []* SequencerInboxBatch {emptyBatch })
0 commit comments