Skip to content

Commit

Permalink
acl: Extend Target comment
Browse files Browse the repository at this point in the history
Closes #278.

Signed-off-by: Evgenii Baidakov <[email protected]>
  • Loading branch information
smallhive committed Jul 5, 2024
1 parent 62e4ae0 commit af76b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acl/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ message EACLRecord {
// Target subject's role class
Role role = 1 [json_name="role"];

// List of public keys to identify target subject
// List of public keys or accounts (scripthash from public key) to identify target subject
repeated bytes keys = 2 [json_name="keys"];
}
// List of target subjects to apply ACL rule to
Expand Down

0 comments on commit af76b23

Please sign in to comment.