-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
Incorrect memo display. #694
Comments
Hello, @moshenskyDV! Thanks for raising the issue! Could you please provide me with some more HashScan links to other cases where the |
Correct displaying: BTW: tried to hit around incorrect one - and looks like I'm able to another incorrects. |
@quiet-node I did a couple of more tests and found that incorrect memo appears only from 4 symbol word. https://hashscan.io/testnet/account/0.0.2008437 |
Hello, @moshenskyDV. Thank you for providing the information! It's worth noting that phrases with a the length that's a multiple of 4 are indeed suitable for base64 encoding. This is why the system decodes the 'memo' with the assumption that it's in base64 format, resulting in the appearance of those unusual characters. We'll look more into this and will provide the fix soon! |
Description
Got some small visual bug on hashscan. Account memo specificly for phrase "adap" displayed as strange symbol. Worth to mention that it's only word that cause this bug for me. Any other word works well.
Test account with reproduced issue: https://hashscan.io/testnet/account/0.0.1709113
Also screenshot attached.
Steps to reproduce
.setAccountMemo('adap')
Additional context
No response
Hedera network
mainnet, testnet, previewnet
Version
latest
Operating system
None
The text was updated successfully, but these errors were encountered: