bitcoinj/tools
Andreas Schildbach 726c7291ac Wallet: Remove global coinSelector and allowSpendingUnconfirmedTransactions().
Coin selection is a per SendRequest, per createSend() or per getBalance() call affair.
Having it wallet-global can lead to race conditions, as sometimes experienced in the
WalletTest unit tests.
2019-07-26 20:30:27 +02:00
..
src/main Wallet: Remove global coinSelector and allowSpendingUnconfirmedTransactions(). 2019-07-26 20:30:27 +02:00
build-checkpoints Use plain Gradle console for running any of the tools. 2019-03-20 22:30:09 +01:00
build.gradle build.gradle: Specify javadoc encodings. 2019-07-26 17:14:37 +02:00
wallet-tool Use plain Gradle console for running any of the tools. 2019-03-20 22:30:09 +01:00