forked from iotaledger/iota.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ignore null trytes during trytes to ascii conversion (iotaledger…
…#480) trytesToAscii() converts null trytes to non-breaking whitespaces. This (sometimes) lead to whitespaces at the end of ascii string. This commit fixes the issue by ignoring null trytes during trytes to ascii conversion.
- Loading branch information
Umair Sarfraz
authored
Jun 1, 2020
1 parent
cf6b694
commit 5e2501c
Showing
2 changed files
with
28 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters