Skip to content

Commit

Permalink
Update node/nodeRunner.go
Browse files Browse the repository at this point in the history
Co-authored-by: Sorin Stanculeanu <[email protected]>
  • Loading branch information
cristure and sstanculeanu authored Oct 2, 2024
1 parent 899b04d commit 959e037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/nodeRunner.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ func (nr *nodeRunner) executeOneComponentCreationCycle(

log.Debug("creating bootstrap components")
interceptedDataVerifierFactory := factory.NewInterceptedDataVerifierFactory(factory.InterceptedDataVerifierFactoryArgs{
CacheSpan: time.Duration(nr.configs.GeneralConfig.InterceptedDataVerifier.CacheExpiryInSec),
CacheSpan: time.Duration(nr.configs.GeneralConfig.InterceptedDataVerifier.CacheSpanInSec),
CacheExpiry: time.Duration(nr.configs.GeneralConfig.InterceptedDataVerifier.CacheExpiryInSec),
})
managedBootstrapComponents, err := nr.CreateManagedBootstrapComponents(managedStatusCoreComponents, managedCoreComponents, managedCryptoComponents, managedNetworkComponents, interceptedDataVerifierFactory)
Expand Down

0 comments on commit 959e037

Please sign in to comment.