docs: fix consensus UnlockWallet documentation

This commit is contained in:
Roman Khimov 2021-04-07 18:31:37 +03:00
parent d33dcd557a
commit 5898013699

View file

@ -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