Skip to content

Commit

Permalink
Merge pull request #3593 from nspcc-dev/vm-doc
Browse files Browse the repository at this point in the history
docs: update vm loadhex example
  • Loading branch information
roman-khimov authored Sep 26, 2024
2 parents e1d5ac8 + 0ae098b commit 5847ca1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/vm.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@ READY: loaded 36 instructions
To make it even more complete, you can directly load hex or base64 strings into the VM:

```
NEO-GO-VM > loadhex 54c56b006c766b00527ac46c766b00c391640b006203005a616c756662030000616c7566
READY: loaded 36 instructions
NEO-GO-VM > run
NEO-GO-VM > loadhex 0c0c48656c6c6f20776f726c6421
READY: loaded 14 instructions
NEO-GO-VM 0 > run
[
{
"value": 10,
"type": "BigInteger"
"type": "ByteString",
"value": "SGVsbG8gd29ybGQh"
}
]
Expand Down

0 comments on commit 5847ca1

Please sign in to comment.