diff --git a/pkg/core/interops.go b/pkg/core/interops.go index 37b007248..35bb5e5ae 100644 --- a/pkg/core/interops.go +++ b/pkg/core/interops.go @@ -141,7 +141,7 @@ var neoInterops = []interop.Function{ {Name: "Neo.Crypto.ECDsaVerify", Func: crypto.ECDSAVerify, Price: crypto.ECDSAVerifyPrice}, {Name: "Neo.Crypto.ECDsaCheckMultiSig", Func: crypto.ECDSACheckMultisig, Price: 0}, {Name: "Neo.Crypto.SHA256", Func: crypto.Sha256, Price: 1000000}, - {Name: "Neo.Native.Deploy", Func: native.Deploy, Price: 1, + {Name: "Neo.Native.Deploy", Func: native.Deploy, Price: 0, AllowedTriggers: trigger.Application, RequiredFlags: smartcontract.AllowModifyStates}, }