diff --git a/pkg/core/native/noderoles/roles.go b/pkg/core/native/noderoles/roles.go index e9bf43404..26c5f9e1d 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 e0727c4f7..3ab92b17f 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.