Skip to content

Commit

Permalink
core: adjust value of P2PNotary node role
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaShaleva committed Mar 1, 2022
1 parent 29d5588 commit 24cf239
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/core/native/noderoles/roles.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ const (
StateValidator Role = 4
Oracle Role = 8
NeoFSAlphabet Role = 16
P2PNotary Role = 128
P2PNotary Role = 32
)
2 changes: 1 addition & 1 deletion pkg/interop/native/roles/roles.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 24cf239

Please sign in to comment.