Skip to content

Commit

Permalink
Update injected-consensus.go
Browse files Browse the repository at this point in the history
  • Loading branch information
rezbera committed Jan 31, 2025
1 parent a301d3c commit 71eeef7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing/injected-consensus/injected-consensus.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ func NewTestNode(t *testing.T) *TestNode {

cmtCfg := cometbft.DefaultConfig()
cmtCfg.RootDir = tempHomeDir
// Forces Comet to Create it
cmtCfg.NodeKey = "node_key.json"

beaconCfg := config.DefaultConfig()
executionClientConfig := executionconfig.DefaultConfig()
Expand Down

0 comments on commit 71eeef7

Please sign in to comment.