aboutsummaryrefslogtreecommitdiff
path: root/src/amount.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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