Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
miiu96 committed Sep 12, 2023
1 parent b4685db commit 8fc962e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions node/processingOnlyNode/stateComponents.go
Expand Up @@ -10,8 +10,6 @@ import (
"github.com/multiversx/mx-chain-go/state"
)

const NormalProcessingMode = 0

// ArgsStateComponents will hold the components needed for state components
type ArgsStateComponents struct {
Config config.Config
Expand Down Expand Up @@ -39,7 +37,7 @@ func CreateStateComponents(args ArgsStateComponents) (factory.StateComponentsHol
Core: args.CoreComponents,
StatusCore: args.StatusCore,
StorageService: args.StoreService,
ProcessingMode: NormalProcessingMode,
ProcessingMode: common.Normal,
ShouldSerializeSnapshots: false,
ChainHandler: args.ChainHandler,
})
Expand Down

0 comments on commit 8fc962e

Please sign in to comment.