Merge pull request #18 from andyfreer/master

DIP-0005: Removing non-alphanumeric characters
This commit is contained in:
Nathan Marley 2018-10-10 17:01:46 -07:00 committed by GitHub
commit 56f4208a59
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`; underscore `_`; period `.` - 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