Skip to content

Commit

Permalink
support remote rpc server
Browse files Browse the repository at this point in the history
  • Loading branch information
blxdyx committed Sep 2, 2024
1 parent daccea7 commit bed9444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbo/stages/mock/mock_sentry.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ func MockWithEverything(tb testing.TB, gspec *types.Genesis, key *ecdsa.PrivateK
ctx, ctxCancel := context.WithCancel(context.Background())
db, agg := temporaltest.NewTestDB(tb, dirs)

erigonGrpcServeer := remotedbserver.NewKvServer(ctx, db, nil, nil, nil, logger)
erigonGrpcServeer := remotedbserver.NewKvServer(ctx, db, nil, nil, nil, nil, logger)
allSnapshots := freezeblocks.NewRoSnapshots(ethconfig.Defaults.Snapshot, dirs.Snap, 0, logger)
allBorSnapshots := freezeblocks.NewBorRoSnapshots(ethconfig.Defaults.Snapshot, dirs.Snap, 0, logger)
allBscSnapshots := freezeblocks.NewBscRoSnapshots(ethconfig.Defaults.Snapshot, dirs.Snap, 0, logger)
Expand Down

0 comments on commit bed9444

Please sign in to comment.