mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-22 09:29:38 +00:00
core: adjust value of P2PNotary node role
This commit is contained in:
parent
9008cc500c
commit
d7afb7bb2f
2 changed files with 2 additions and 2 deletions
|
@ -8,5 +8,5 @@ const (
|
|||
StateValidator Role = 4
|
||||
Oracle Role = 8
|
||||
NeoFSAlphabet Role = 16
|
||||
P2PNotary Role = 128
|
||||
P2PNotary Role = 32
|
||||
)
|
||||
|
|
|
@ -23,7 +23,7 @@ const (
|
|||
Oracle Role = 8
|
||||
NeoFSAlphabet Role = 16
|
||||
// P2PNotary is an extension of Neo protocol available on specifically configured NeoGo networks.
|
||||
P2PNotary Role = 128
|
||||
P2PNotary Role = 32
|
||||
)
|
||||
|
||||
// GetDesignatedByRole represents `getDesignatedByRole` method of RoleManagement native contract.
|
||||
|
|
Loading…
Reference in a new issue