mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-13 02:35:52 +00:00
c3b19bd5cd
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.