aboutsummaryrefslogtreecommitdiff
path: root/src/amount.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [amount] Add support for negative fee ratesMarcoFalke2016-04-081-5/+15
| | | | | Currently negative fee rates are not supported on archs of 64-bit or more
* [amount] Preempt issues with negative fee ratesMarcoFalke2016-03-191-1/+1
|
* [amount] Make GetFee() monotonicMarcoFalke2016-03-171-3/+3
| | | | | This reverts the hard-to-read and buggy code introduced in d88af560111863c3e9c1ae855dcc287f04dffb02 and adds documentation
* Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
|
* Rationalize currency unit to "BTC"Ross Nicoll2015-08-031-1/+3
| | | | | | | | | Previously various user-facing strings have used inconsistent currency units "BTC", "btc" and "bitcoins". This adds a single constant and uses it for each reference to the currency unit. Also adds a description of the unit for --maxtxfee, and adds the missing "amount" field description to the (deprecated) move RPC command.
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
| | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
* MOVEONLY: Move CFeeRate and Amount constants to amount.ojtimon2014-10-271-0/+31