Skip to content

Commit

Permalink
Fixes inbox_test
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoximenes committed Jan 3, 2025
1 parent 7cbae44 commit 70a1743
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arbnode/inbox_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,14 @@ func (w *execClientWrapper) ResultAtPos(pos arbutil.MessageIndex) containers.Pro
return containers.NewReadyPromise(w.ExecutionEngine.ResultAtPos(pos))
}

func (w *execClientWrapper) Start(ctx context.Context) error {
return nil
}

func (w *execClientWrapper) StopAndWait() {
return
}

func NewTransactionStreamerForTest(t *testing.T, ownerAddress common.Address) (*gethexec.ExecutionEngine, *TransactionStreamer, ethdb.Database, *core.BlockChain) {
chainConfig := chaininfo.ArbitrumDevTestChainConfig()

Expand Down

0 comments on commit 70a1743

Please sign in to comment.