docs: fix consensus UnlockWallet documentation
This commit is contained in:
parent
d33dcd557a
commit
5898013699
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@ place corresponding config named `protocol.privnet.yml` there.
|
||||||
|
|
||||||
2. Edit configuration file for every node.
|
2. Edit configuration file for every node.
|
||||||
Examples can be found at `config/protocol.privnet.docker.one.yml` (`two`, `three` etc.).
|
Examples can be found at `config/protocol.privnet.docker.one.yml` (`two`, `three` etc.).
|
||||||
1. Note that it differs a bit from C# NEO node json config: our `UnlockWallet` contains
|
1. Add `UnlockWallet` section with `Path` and `Password` strings for NEP-6
|
||||||
an encrypted WIF instead of the path to the wallet.
|
wallet path and password for the account to be used for consensus node.
|
||||||
2. Make sure that your `MinPeers` setting is equal to
|
2. Make sure that your `MinPeers` setting is equal to
|
||||||
the number of nodes participating in consensus.
|
the number of nodes participating in consensus.
|
||||||
This requirement is needed for nodes to correctly
|
This requirement is needed for nodes to correctly
|
||||||
|
|
Loading…
Reference in a new issue