Commit f8348862 authored by inphi's avatar inphi

Fix build; add changeset

parent 8e64fd9d
---
'@eth-optimism/batch-submitter-service': patch
'@eth-optimism/l2geth': patch
---
l2geth: Sync from Backend Queue
This diff is collapsed.
...@@ -907,7 +907,7 @@ func TestBadFeeThresholds(t *testing.T) { ...@@ -907,7 +907,7 @@ func TestBadFeeThresholds(t *testing.T) {
} }
} }
// Ensure that Transaction Logging preceeds transaction apply // Ensure that Transaction Logging precedes transaction apply
func TestSyncServiceTransactionLog(t *testing.T) { func TestSyncServiceTransactionLog(t *testing.T) {
txLogger := newMockPublisher() txLogger := newMockPublisher()
service, txCh, _, err := newTestSyncService(false, nil, txLogger) service, txCh, _, err := newTestSyncService(false, nil, txLogger)
......
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