core: adjust Notary contract ID
This commit is contained in:
parent
e1607e23c2
commit
9008cc500c
2 changed files with 1 additions and 4 deletions
|
@ -11,9 +11,6 @@ import (
|
|||
"github.com/nspcc-dev/neo-go/pkg/vm/emit"
|
||||
)
|
||||
|
||||
// reservedContractID represents the upper bound of the reserved IDs for native contracts.
|
||||
const reservedContractID = -100
|
||||
|
||||
// Contracts is a set of registered native contracts.
|
||||
type Contracts struct {
|
||||
Management *Management
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue