We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pasting hex bytes using the "+" that aren't in the expected format results in no paste and no error.
Example: 59 F2 29 3A 5B CE 7D 4D E5 9E 71 B4 20 7A C5 D2
I'd suggest stripping out characters that aren't [0-9A-F] and/or reporting an error.
The text was updated successfully, but these errors were encountered:
Fixed #201. Can now paste hex seeds that include spaces or other non …
9d880cf
…hex-digit characters.
I had a new problem, #209, show up while I was testing this.
But, pasting hex bytes in with the division space seems to work fine, so I'm going to assume they're not related and close this out.
Sorry, something went wrong.
wolfmcnally
No branches or pull requests
Pasting hex bytes using the "+" that aren't in the expected format results in no paste and no error.
Example:
59 F2 29 3A 5B CE 7D 4D E5 9E 71 B4 20 7A C5 D2
I'd suggest stripping out characters that aren't [0-9A-F] and/or reporting an error.
The text was updated successfully, but these errors were encountered: