Remove extraneous semicolon

This commit is contained in:
thephez 2018-10-11 08:02:40 -04:00 committed by GitHub
parent da784d71c7
commit 23b4c1eff5
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