mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-23 03:38:35 +00:00
Merge pull request #2860 from nspcc-dev/fix-vm-cli-doc
docs: adjust outdated VM CLI doc
This commit is contained in:
commit
06d29bc0e9
1 changed files with 3 additions and 3 deletions
|
@ -718,6 +718,6 @@ Some basic commands available there:
|
||||||
- `run` -- executes currently loaded contract
|
- `run` -- executes currently loaded contract
|
||||||
|
|
||||||
Use `help` command to get more detailed information on all options and
|
Use `help` command to get more detailed information on all options and
|
||||||
particular commands. Note that this VM is completely disconnected from the
|
particular commands. Note that this VM has a blockchain instance (an empty
|
||||||
blockchain, so you won't have all interop functionality available for smart
|
private in-memory chain by default), with all appropriate interop functionality
|
||||||
contracts (use test invocations via RPC for that).
|
available for smart contracts.
|
||||||
|
|
Loading…
Reference in a new issue