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
|
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
|
// 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.
|
// 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) {
|
func (v *VM) loadScriptWithHash(b []byte, hash util.Uint160, hasDynamicInvoke bool) {
|
||||||
|
|
Loading…
Reference in a new issue