vm: fix comment typo

This commit is contained in:
Roman Khimov 2020-09-15 21:44:54 +03:00
parent 6e5fd359ae
commit e3c360c477

View file

@ -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) {