diff --git a/pkg/core/blockchain.go b/pkg/core/blockchain.go index 0604f1847..99cd714dd 100644 --- a/pkg/core/blockchain.go +++ b/pkg/core/blockchain.go @@ -1672,7 +1672,7 @@ func (bc *Blockchain) initVerificationVM(ic *interop.Context, hash util.Uint160, return ErrInvalidVerificationContract } initMD := cs.Manifest.ABI.GetMethod(manifest.MethodInit) - v.LoadScriptWithHash(cs.Script, hash, smartcontract.ReadStates|smartcontract.AllowCall) + v.LoadScriptWithHash(cs.Script, hash, smartcontract.ReadStates) v.Jump(v.Context(), md.Offset) if cs.ID <= 0 {