Skip to content

Commit

Permalink
undo some more unneeded changes
Browse files Browse the repository at this point in the history
  • Loading branch information
peterargue committed Nov 22, 2023
1 parent 3f2e8ae commit 9621040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmd/access/node_builder/access_node_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -810,14 +810,14 @@ func (builder *FlowAccessNodeBuilder) BuildExecutionSyncComponents() *FlowAccess
builder.stateStreamConf,
node.State,
node.Storage.Headers,
node.Storage.Events,
node.Storage.Seals,
node.Storage.Results,
builder.ExecutionDataStore,
executionDataStoreCache,
broadcaster,
builder.executionDataConfig.InitialBlockHeight,
highestAvailableHeight)
highestAvailableHeight,
)
if err != nil {
return nil, fmt.Errorf("could not create state stream backend: %w", err)
}
Expand Down
1 change: 0 additions & 1 deletion engine/access/integration_unsecure_grpc_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ func (suite *SameGRPCPortTestSuite) SetupTest() {
conf,
suite.state,
suite.headers,
suite.events,
suite.seals,
suite.results,
nil,
Expand Down

0 comments on commit 9621040

Please sign in to comment.