core: adjust value of P2PNotary node role

This commit is contained in:
AnnaShaleva 2022-03-01 16:11:47 +03:00 committed by Anna Shaleva
parent 9008cc500c
commit d7afb7bb2f
2 changed files with 2 additions and 2 deletions

View file

@ -8,5 +8,5 @@ const (
StateValidator Role = 4
Oracle Role = 8
NeoFSAlphabet Role = 16
P2PNotary Role = 128
P2PNotary Role = 32
)

View file

@ -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.