mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-29 03:41:45 +00:00
vm: fix comment typo
This commit is contained in:
parent
6e5fd359ae
commit
e3c360c477
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ func (v *VM) LoadScript(b []byte) {
|
|||
v.astack = ctx.astack
|
||||
}
|
||||
|
||||
// loadScriptWithHash if similar to the LoadScript method, but it also loads
|
||||
// loadScriptWithHash is similar to the LoadScript method, but it also loads
|
||||
// given script hash directly into the Context to avoid its recalculations. It's
|
||||
// up to user of this function to make sure the script and hash match each other.
|
||||
func (v *VM) loadScriptWithHash(b []byte, hash util.Uint160, hasDynamicInvoke bool) {
|
||||
|
|
Loading…
Reference in a new issue