Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
corverroos committed May 20, 2022
1 parent 1ea3739 commit c838e89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testutil/compose/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const (
composeFile = "compose.yml"
defaultImageTag = "latest"
defaultBeaconNode = "mock"
defaultKeyGen = keyGenDKG
defaultNumVals = 1
defaultNumNodes = 4
defaultThreshold = 3
Expand Down Expand Up @@ -74,7 +75,7 @@ func newDefaultConfig() config {
Version: version,
ImageTag: defaultImageTag,
VCs: []vcType{vcTeku, vcLighthouse, vcMock},
KeyGen: keyGenDKG,
KeyGen: defaultKeyGen,
BeaconNode: defaultBeaconNode,
}
}

0 comments on commit c838e89

Please sign in to comment.