Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Update BitcoinAddressValidator.java #37

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ private boolean testAddr (String text) {
new Address(params, text);
return true;
} catch (AddressFormatException e) {
return false;
return true;
}
}
}
Binary file added thunder-master.zip
Binary file not shown.