mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-12-23 13:41:37 +00:00
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",
|
||||
LongHelp: `Usage: loadhex <string>
|
||||
<string> is mandatory parameter, example:
|
||||
> load 006166`,
|
||||
> load 0c0c48656c6c6f20776f726c6421`,
|
||||
Func: handleLoadHex,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue