vm/cli: improve loadhex example
It was using Neo 2 opcodes.
This commit is contained in:
parent
003daf37cf
commit
32b0936499
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ var commands = []*ishell.Cmd{
|
||||||
Help: "Load a hex-encoded script string into the VM",
|
Help: "Load a hex-encoded script string into the VM",
|
||||||
LongHelp: `Usage: loadhex <string>
|
LongHelp: `Usage: loadhex <string>
|
||||||
<string> is mandatory parameter, example:
|
<string> is mandatory parameter, example:
|
||||||
> load 006166`,
|
> load 0c0c48656c6c6f20776f726c6421`,
|
||||||
Func: handleLoadHex,
|
Func: handleLoadHex,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue