Merge pull request #20 from dashpay/thephez-patch-1

Remove extraneous semicolon
This commit is contained in:
Nathan Marley 2018-10-16 22:35:39 -07:00 committed by GitHub
commit 8933d05c68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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