core: fix NEO native contract id

It should be set to -1 as in c# implementation.
This commit is contained in:
Anna Shaleva 2020-06-19 20:43:44 +03:00
parent ce6bacd51a
commit c767ac2973

View file

@ -34,7 +34,7 @@ type keyWithVotes struct {
const (
neoSyscallName = "Neo.Native.Tokens.NEO"
neoContractID = -2
neoContractID = -1
// NEOTotalSupply is the total amount of NEO in the system.
NEOTotalSupply = 100000000
// prefixValidator is a prefix used to store validator's data.