native: swap oracle and role management init

Role management doesn't need oracles, but oracles do need role management. See
neo-project/neo#2187.
This commit is contained in:
Roman Khimov 2021-01-12 21:27:42 +03:00
parent ca86b78536
commit 524bf9aaa0
3 changed files with 9 additions and 9 deletions

View file

@ -38,7 +38,7 @@ type Oracle struct {
}
const (
oracleContractID = -4
oracleContractID = -5
maxURLLength = 256
maxFilterLength = 128
maxCallbackLength = 32