From ec90cb9a54814945fdee36b042aea2ec8d5fe4e4 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:32:57 +0200 Subject: [PATCH] try --- berachain/artio/config/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/berachain/artio/config/config.toml b/berachain/artio/config/config.toml index 57c73511..83959958 100644 --- a/berachain/artio/config/config.toml +++ b/berachain/artio/config/config.toml @@ -65,7 +65,7 @@ log_format = "plain" genesis_file = "config/genesis.json" # Path to the JSON file containing the private key to use as a validator in the consensus protocol -priv_validator_key_file = "config/priv_validator_key.json" +#priv_validator_key_file = "config/priv_validator_key.json" # Path to the JSON file containing the last sign state of a validator priv_validator_state_file = "data/priv_validator_state.json"