From d0688e04328d7d1233ea589a73e5b39a23b03304 Mon Sep 17 00:00:00 2001 From: Ali Behjati Date: Thu, 11 May 2023 09:36:30 +0200 Subject: [PATCH] Fix accumulator config name --- config/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.toml b/config/config.toml index 027d7fe2..5c1e6dfe 100644 --- a/config/config.toml +++ b/config/config.toml @@ -83,7 +83,7 @@ key_store.root_path = "/path/to/keystore" # Relative path to accumulator message buffer program ID. Setting this # value enables accumulator support on publishing transactions. -# key_store.accumulator_program_key = +# key_store.accumulator_key_path = # The interval with which to poll account information. # oracle.poll_interval_duration = "2m"