mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-19 09:50:32 +01:00
429dfedce9
* The check against `maxMoney` is removed. There BIP21 spec does not restrict the amount towards positive infinity. The new maximum is now dictated by `Coin.parseCoin()`: `Long.MAX_VALUE` satoshis * The check for negative amounts now throws `OptionalFieldValidationException` directly, rather than re-throwing via `ArithmeticException`. * Exception messages now use string concatenation like everywhere else. * Tests around the new max amount are added/changed. |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
findbugs.xml |