bitcoinj/tools
Andreas Schildbach c3b19bd5cd Wallet: Get rid of the concept of a "base fee". Fee is always expressed as a rate in Coin per 1000 bytes.
SendRequest.fee was removed; use SendRequest.feePerKb for requesting a specific fee rate. If the field
was read for knowing the calculated fee, use SendRequest.tx.getFee() instead.

Also makes a couple of unit tests independent of fee and renames the wallet-tool option --fee to
--fee-per-kb.
2016-03-12 17:37:31 +01:00
..
src/main Wallet: Get rid of the concept of a "base fee". Fee is always expressed as a rate in Coin per 1000 bytes. 2016-03-12 17:37:31 +01:00
build-checkpoints Add build-checkpoints shell wrappers. 2015-08-07 17:01:11 +02:00
build-checkpoints.cmd Add build-checkpoints shell wrappers. 2015-08-07 17:01:11 +02:00
pom.xml Add build-checkpoints shell wrappers. 2015-08-07 17:01:11 +02:00
wallet-tool Create a lightly optimised, dedicated JAR for wallet-tool instead of the oddly named bitcoinj-tools-0.12.jar 2014-08-05 15:42:29 +02:00
wallet-tool.cmd Create a lightly optimised, dedicated JAR for wallet-tool instead of the oddly named bitcoinj-tools-0.12.jar 2014-08-05 15:42:29 +02:00