bitcoinj/core
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 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
findbugs.xml Renamespace to org.bitcoinj away from com.google.bitcoin, as bitcoinj is no longer a Google project and being namespaced under com.google causes issues with Sonatype/Maven Central. 2014-09-30 17:05:07 +02:00
pom.xml Fix core module build failures caused by Maven surefire plugin running JUnit classes. 2016-03-05 15:06:20 +01:00