From c1a90146ffe5f6e133ad083af0de0a7e730981c6 Mon Sep 17 00:00:00 2001 From: Toralf Wittner Date: Wed, 9 Oct 2024 17:13:41 -0600 Subject: [PATCH] Remove duplicate key from toml. (#3741) A second `is_da` key was unintentionally added in 4f987ab41f8248093fa619f0c445c6aed79e53bc. --- config/ValidatorConfigFile.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/ValidatorConfigFile.toml b/config/ValidatorConfigFile.toml index 0a37ad580e..1f96cf0eb2 100644 --- a/config/ValidatorConfigFile.toml +++ b/config/ValidatorConfigFile.toml @@ -1,4 +1,3 @@ is_da = true seed = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] node_id = 0 -is_da = true \ No newline at end of file