bitcoinj/base
Sean Gilligan 96835143db Bech32: make private verifyChecksum() throw on invalid checksum
This eliminates the last @Nullable annotation in the `base` module.

Since this is a private method and is called for every address
that is parsed, let's not use Optional<>, but move the throw from
decode() to verifyChecksum().
2025-02-25 23:23:18 +01:00
..
src Bech32: make private verifyChecksum() throw on invalid checksum 2025-02-25 23:23:18 +01:00
build.gradle build.gradle: update equalsverifier to 3.18.1 2025-01-19 21:31:53 +01:00