Skip to content

Commit

Permalink
add notes for permission name param length
Browse files Browse the repository at this point in the history
  • Loading branch information
UDLD committed Oct 25, 2019
1 parent a104784 commit efefdd4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ public List<BigInteger> getQuotas(String from) throws IOException {
return resultList;
}

// the name param length, Chinese should not exceed 16 and English should not exceed 32
public String newPermission(
String name,
List<String> addrs,
Expand Down

0 comments on commit efefdd4

Please sign in to comment.