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:
parent
ca86b78536
commit
524bf9aaa0
3 changed files with 9 additions and 9 deletions
|
@ -38,7 +38,7 @@ type Oracle struct {
|
|||
}
|
||||
|
||||
const (
|
||||
oracleContractID = -4
|
||||
oracleContractID = -5
|
||||
maxURLLength = 256
|
||||
maxFilterLength = 128
|
||||
maxCallbackLength = 32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue