forked from TrueCloudLab/neoneo-go
core: fix Neo.Native.Deploy
price
This commit is contained in:
parent
540ac23ca8
commit
4b31c18316
1 changed files with 1 additions and 1 deletions
|
@ -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},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue