mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-22 06:21:47 +01:00
* Make the static field `estimatedKeyDerivationTime` private * Refactor the calculation to a private, side-effect free function * Replace `estimatedKeyDerivationTimeMsec()` with `initEstimatedKeyDerivationTime()` ** Don’t return a value that wasn’t unused anyway ** Make better use of CompletableFuture API * Platform.runLater wasn’t needed because no JavaFX functions are called |
||
---|---|---|
.. | ||
src/main | ||
build.gradle |