docs: adjust outdated VM CLI doc
This commit is contained in:
parent
4e6ce9c3e6
commit
0314cf0430
1 changed files with 3 additions and 3 deletions
|
@ -718,6 +718,6 @@ Some basic commands available there:
|
|||
- `run` -- executes currently loaded contract
|
||||
|
||||
Use `help` command to get more detailed information on all options and
|
||||
particular commands. Note that this VM is completely disconnected from the
|
||||
blockchain, so you won't have all interop functionality available for smart
|
||||
contracts (use test invocations via RPC for that).
|
||||
particular commands. Note that this VM has a blockchain instance (an empty
|
||||
private in-memory chain by default), with all appropriate interop functionality
|
||||
available for smart contracts.
|
||||
|
|
Loading…
Reference in a new issue