From 196e3ea6b60b712cadaac62ed975b0c80809eafe Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Tue, 9 Mar 2021 00:47:29 +0200 Subject: [PATCH] Switch to slashing DB v2 by default --- beacon_chain/conf.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_chain/conf.nim b/beacon_chain/conf.nim index cb63536b3..89acf07a2 100644 --- a/beacon_chain/conf.nim +++ b/beacon_chain/conf.nim @@ -128,7 +128,7 @@ type slashingDbKind* {. hidden - defaultValue: SlashingDbKind.v1 + defaultValue: SlashingDbKind.v2 desc: "The slashing DB flavour to use (v1, v2 or both)" name: "slashing-db-kind" }: SlashingDbKind