mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-18 21:32:35 +01:00
53a6b3e150
There are use cases where an already parsed address needs to be validated for a specific network. In one use case the address came from an external source and needs validation with an error message displayed: that's what `isValidAddress(Address)` is for. In the other case we can treat the invalid address as a fatal error. That's `checkAddress(Address)`. |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
findbugs.xml |