vm/cli: improve loadhex example

It was using Neo 2 opcodes.
This commit is contained in:
Roman Khimov 2020-06-25 17:33:38 +03:00
parent 003daf37cf
commit 32b0936499

View file

@ -87,7 +87,7 @@ var commands = []*ishell.Cmd{
Help: "Load a hex-encoded script string into the VM",
LongHelp: `Usage: loadhex <string>
<string> is mandatory parameter, example:
> load 006166`,
> load 0c0c48656c6c6f20776f726c6421`,
Func: handleLoadHex,
},
{