diff --git a/pkg/core/native/native_neo.go b/pkg/core/native/native_neo.go index 941c33899..adef9e3b3 100644 --- a/pkg/core/native/native_neo.go +++ b/pkg/core/native/native_neo.go @@ -137,7 +137,7 @@ func newNEO() *NEO { desc = newDescriptor("vote", smartcontract.BoolType, manifest.NewParameter("account", smartcontract.Hash160Type), manifest.NewParameter("pubkey", smartcontract.PublicKeyType)) - md = newMethodAndPrice(n.vote, 500000000, smartcontract.AllowModifyStates) + md = newMethodAndPrice(n.vote, 5000000, smartcontract.AllowModifyStates) n.AddMethod(md, desc, false) desc = newDescriptor("getCandidates", smartcontract.ArrayType)