Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
asdacap committed Nov 9, 2023
1 parent 42381a5 commit dbc9e5b
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ public void GlobalSetup()
stateProvider.Commit(spec);
stateProvider.CommitTree(0);

WorldStateManager stateManager = new WorldStateManager(stateProvider, trieStore, dbProvider, LimboLogs.Instance);

StateReader stateReader = new(trieStore, codeDb, LimboLogs.Instance);

ChainLevelInfoRepository chainLevelInfoRepository = new(blockInfoDb);
Expand Down Expand Up @@ -120,8 +122,7 @@ TransactionProcessor transactionProcessor

BlockchainBridge bridge = new(
new ReadOnlyTxProcessingEnv(
new ReadOnlyDbProvider(dbProvider, false),
trieStore.AsReadOnly(),
stateManager,
new ReadOnlyBlockTree(blockTree),
specProvider,
LimboLogs.Instance),
Expand Down

0 comments on commit dbc9e5b

Please sign in to comment.