mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-23 22:46:56 +01:00
There's no convenient Java built-in for exponentiation of `long`. And the COIN_VALUE constant is unlikely to ever change. So we're just going to define it with a `long` literal. Fortunately Java 7 added the ability to use `_` to group digits. |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
findbugs.xml |