Double rather than single quotes

This commit is contained in:
Bill Butler 2017-05-29 23:06:44 -04:00 committed by PBSA Github Manager
parent 98aa80869d
commit c8bf3b2729

View file

@ -60,7 +60,7 @@ You will to generate owner and active keys
get_private_key_from_password the_key_you_received_from_the_faucet your_witness_username active
get_private_key_from_password the_key_you_received_from_the_faucet your_witness_username owner
```
This will reveal an array for each `['PPYxxx', 'xxxx']`
This will reveal an array for each `["PPYxxx", "xxxx"]`
import_keys into your cli_wallet
-------------------------------
@ -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-keys = ["block_signing_key","private_key_for_your_block_signing_key"]
```
start your witness back up