mirror of
https://github.com/seigler/dips
synced 2025-07-27 01:36:14 +00:00
Merge pull request #20 from dashpay/thephez-patch-1
Remove extraneous semicolon
This commit is contained in:
commit
8933d05c68
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
|
- Minimum length: 3 characters
|
||||||
- Maximum length: 24 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
|
- Note: Usernames are validated as all lowercase characters regardless of the case in the SubTxRegister
|
||||||
- Unique across the Dash blockchain and current mempool
|
- Unique across the Dash blockchain and current mempool
|
||||||
- Immutable - the username of a Blockchain User cannot be changed
|
- Immutable - the username of a Blockchain User cannot be changed
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue