Skip to content

Commit 196e3ea

Browse files
committed
Switch to slashing DB v2 by default
1 parent d425aab commit 196e3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_chain/conf.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ type
128128

129129
slashingDbKind* {.
130130
hidden
131-
defaultValue: SlashingDbKind.v1
131+
defaultValue: SlashingDbKind.v2
132132
desc: "The slashing DB flavour to use (v1, v2 or both)"
133133
name: "slashing-db-kind" }: SlashingDbKind
134134

0 commit comments

Comments
 (0)