private-key instead of private-keys

This commit is contained in:
Bill Butler 2017-05-29 23:18:43 -04:00 committed by PBSA Github Manager
parent c8bf3b2729
commit 9ee828c8ab

View file

@ -110,7 +110,7 @@ Comment out the existing private-key before adding yours
vim witness_node_data_dir/config.ini
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