bitcoinj/wallettemplate
Sean Gilligan 0f8cc09073 walletfx: Improve calculation of estimatedKeyDerivationTime
* 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
2021-09-23 17:55:19 +02:00
..
src/main walletfx: Improve calculation of estimatedKeyDerivationTime 2021-09-23 17:55:19 +02:00
build.gradle build.gradle: Update JavaFX to 17.0.0.1. 2021-09-17 17:33:53 +02:00