diff --git a/pkg/core/native/noderoles/roles.go b/pkg/core/native/noderoles/roles.go index 3a0572fe2f..44f37194dd 100644 --- a/pkg/core/native/noderoles/roles.go +++ b/pkg/core/native/noderoles/roles.go @@ -8,5 +8,5 @@ const ( StateValidator Role = 4 Oracle Role = 8 NeoFSAlphabet Role = 16 - P2PNotary Role = 128 + P2PNotary Role = 32 ) diff --git a/pkg/interop/native/roles/roles.go b/pkg/interop/native/roles/roles.go index da4134f3bf..5fb79c4813 100644 --- a/pkg/interop/native/roles/roles.go +++ b/pkg/interop/native/roles/roles.go @@ -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.