private-key instead of private-keys
This commit is contained in:
parent
c8bf3b2729
commit
9ee828c8ab
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ Comment out the existing private-key before adding yours
|
||||||
vim witness_node_data_dir/config.ini
|
vim witness_node_data_dir/config.ini
|
||||||
|
|
||||||
witness-id = "1.6.x"
|
witness-id = "1.6.x"
|
||||||
private-keys = ["block_signing_key","private_key_for_your_block_signing_key"]
|
private-key = ["block_signing_key","private_key_for_your_block_signing_key"]
|
||||||
```
|
```
|
||||||
|
|
||||||
start your witness back up
|
start your witness back up
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue