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

Commit

Permalink
Update BitcoinAddressValidator.java
Browse files Browse the repository at this point in the history
  • Loading branch information
superac22 authored Jan 8, 2018
1 parent ac98216 commit bf6df1c
Showing 1 changed file with 1 addition and 1 deletion.
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;
}
}
}

0 comments on commit bf6df1c

Please sign in to comment.