]> Git Repo - VerusCoin.git/commit
Rationalize currency unit to "BTC"
authorRoss Nicoll <[email protected]>
Sat, 1 Aug 2015 19:15:23 +0000 (20:15 +0100)
committerJack Grigg <[email protected]>
Thu, 3 Aug 2017 15:32:41 +0000 (16:32 +0100)
commit091b2116a0268c511dc20335658e7b2f5db11846
tree853ac5d094adb666fbeabf47ab8309304d8f016c
parent2a42478bff3e1298f73e0411eb6d69d83b89f6a0
Rationalize currency unit to "BTC"

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.
src/amount.cpp
src/amount.h
src/init.cpp
src/rpcblockchain.cpp
src/rpcmisc.cpp
src/rpcnet.cpp
src/rpcrawtransaction.cpp
src/wallet/rpcwallet.cpp
This page took 0.023379 seconds and 4 git commands to generate.