Skip to content

Commit 9a46ec3

Browse files
authored
Fix accumulator config name (#68)
1 parent 346fdda commit 9a46ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ key_store.root_path = "/path/to/keystore"
8383

8484
# Relative path to accumulator message buffer program ID. Setting this
8585
# value enables accumulator support on publishing transactions.
86-
# key_store.accumulator_program_key = <not set by default>
86+
# key_store.accumulator_key_path = <not set by default>
8787

8888
# The interval with which to poll account information.
8989
# oracle.poll_interval_duration = "2m"

0 commit comments

Comments
 (0)