mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-22 09:29:38 +00:00
docs: fix typos
Signed-off-by: omahs <73983677+omahs@users.noreply.github.com>
This commit is contained in:
parent
abb35ad6fd
commit
e83916cef1
1 changed files with 3 additions and 3 deletions
|
@ -64,7 +64,7 @@ logging.
|
||||||
|
|
||||||
Most of the services (state validation, oracle, consensus and RPC if
|
Most of the services (state validation, oracle, consensus and RPC if
|
||||||
configured with `StartWhenSynchronized` option) are only started after the
|
configured with `StartWhenSynchronized` option) are only started after the
|
||||||
node is completely synchronizaed because running them before that is either
|
node is completely synchronized because running them before that is either
|
||||||
pointless or even dangerous. The node considers itself to be fully
|
pointless or even dangerous. The node considers itself to be fully
|
||||||
synchronized with the network if it has more than `MinPeers` neighbours and if
|
synchronized with the network if it has more than `MinPeers` neighbours and if
|
||||||
at least 2/3 of them are known to have a height less than or equal to the
|
at least 2/3 of them are known to have a height less than or equal to the
|
||||||
|
@ -413,7 +413,7 @@ $ ./bin/neo-go query voter -r http://localhost:20332 Nj91C8TxQSxW1jCE1ytFre6mg5q
|
||||||
|
|
||||||
### Transaction signing
|
### Transaction signing
|
||||||
|
|
||||||
`wallet sign` command allows to sign arbitary transactions stored in JSON
|
`wallet sign` command allows to sign arbitrary transactions stored in JSON
|
||||||
format (also known as ContractParametersContext). Usually it's used in one of
|
format (also known as ContractParametersContext). Usually it's used in one of
|
||||||
the two cases: multisignature signing (when you don't have all keys for an
|
the two cases: multisignature signing (when you don't have all keys for an
|
||||||
account and need to share the context with others until enough signatures
|
account and need to share the context with others until enough signatures
|
||||||
|
@ -435,7 +435,7 @@ $ neo-go wallet sign -w .docker/wallets/wallet2.json --in some.part.json --out s
|
||||||
$ neo-go wallet sign -w .docker/wallets/wallet3.json --in some.part.json -r http://localhost:30333 -a NVTiAjNgagDkTr5HTzDmQP9kPwPHN5BgVq
|
$ neo-go wallet sign -w .docker/wallets/wallet3.json --in some.part.json -r http://localhost:30333 -a NVTiAjNgagDkTr5HTzDmQP9kPwPHN5BgVq
|
||||||
```
|
```
|
||||||
Notice that the last command sends the transaction (which has a complete set
|
Notice that the last command sends the transaction (which has a complete set
|
||||||
of singatures for 3/4 multisignature account by that time) to the network.
|
of signatures for 3/4 multisignature account by that time) to the network.
|
||||||
|
|
||||||
#### Offline signing
|
#### Offline signing
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue