Skip to content

Commit

Permalink
Bugfix: register confidentialDataStore lifecycle.
Browse files Browse the repository at this point in the history
  • Loading branch information
lthibault committed Jan 10, 2024
1 parent fb6ae13 commit d55d605
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eth/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ func New(stack *node.Node, config *ethconfig.Config) (*Ethereum, error) {
stack.RegisterAPIs(eth.APIs())
stack.RegisterProtocols(eth.Protocols())
stack.RegisterLifecycle(eth)
stack.RegisterLifecycle(confidentialStoreEngine)
stack.RegisterLifecycle(&offchain.Env{})

// Successful startup; push a marker and check previous unclean shutdowns.
Expand Down

0 comments on commit d55d605

Please sign in to comment.