bitcoinj/examples
Andreas Schildbach a97f4923b4 Get rid of SendRequest.DEFAULT_FEE_PER_KB "constant".
If you have been reading that field, you probably want to use Transaction.REFERENCE_DEFAULT_MIN_TX_FEE.
If you have been writing to that field to change the SendRequest.feePerKb default, use a Context.feePerKb
instead. There is also a new Context.ensureMinRequiredFee.
2016-03-21 21:55:28 +01:00
..
src/main Get rid of SendRequest.DEFAULT_FEE_PER_KB "constant". 2016-03-21 21:55:28 +01:00
pom.xml Added capability to run example payment channels on regtest, test or main nets 2016-02-27 13:00:47 +01:00