Skip to content

Commit

Permalink
squashme
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed Oct 2, 2024
1 parent 676aee9 commit de75ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/monitor/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ func monitorRolledUpTxs(ctx context.Context, s *state, mtx *sync.Mutex) {
first := runJs(firstBatcherTxBlockJs, "l1", "geth.ipc", "1")
last := runJs(lastBatcherTxBlockJs, "l1", "geth.ipc", "1")
count := runJs(batcherPublicationCountJs, "l1", "geth.ipc", "1")
popMinerBalance := runJs(popMinerBalanceJs, "l2", "datadir/geth.ipc", "2")
popMinerBalance := runJs(popMinerBalanceJs, "l2", "datadir/geth.ipc", "2-1")

mtx.Lock()
s.firstBatcherPublicationHash = first
Expand Down

0 comments on commit de75ea4

Please sign in to comment.