Sometimes when you copy and paste a Nano address, it will have extra spaces at the beginning or end of the string.
In these cases, nanocrawler's search button does nothing onclick, which is quite confusing for users.
This can easily be fixed by trimming all whitespaces from the beginning and end of the search string before checking if the entered string is a valid nano address.
Sometimes when you copy and paste a Nano address, it will have extra spaces at the beginning or end of the string.
In these cases, nanocrawler's search button does nothing onclick, which is quite confusing for users.
This can easily be fixed by trimming all whitespaces from the beginning and end of the search string before checking if the entered string is a valid nano address.