Skip to content

Commit d13a035

Browse files
Specify in RBAC examples that it isn't allowed to reuse keys of all roles, not just role 0 (#362)
1 parent bbcb401 commit d13a035

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rust/rbac-registration/examples.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ block-beta
150150
style D0 fill: green
151151
```
152152

153-
It isn't allowed to use a role 0 public key that was used in any of the other registration chains.
153+
It isn't allowed to use a public key that was used in any of the other registration chains.
154+
This applies to public keys of all roles.
154155

155156
In the example above the third registration in the first chain is invalid, so `PubKey3` that is used in that transaction
156157
can be used in the fourth chain.

0 commit comments

Comments
 (0)