mirror of
https://github.com/seigler/dips
synced 2025-07-27 01:36:14 +00:00
Remove extraneous semicolon
This commit is contained in:
parent
da784d71c7
commit
23b4c1eff5
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ The username field of the Register SubTx must meet the following criteria:
|
|||
|
||||
- Minimum length: 3 characters
|
||||
- Maximum length: 24 characters
|
||||
- Acceptable characters: `A-Z` (case insensitive); `0-9`;
|
||||
- Acceptable characters: `A-Z` (case insensitive); `0-9`
|
||||
- Note: Usernames are validated as all lowercase characters regardless of the case in the SubTxRegister
|
||||
- Unique across the Dash blockchain and current mempool
|
||||
- Immutable - the username of a Blockchain User cannot be changed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue