aboutsummaryrefslogtreecommitdiff
path: root/src/amount.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-08-04 01:01:18 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2015-08-04 01:24:19 +0200
commitb6fee6b7c71cb339b3249860464d0a066b9a3147 (patch)
treec1c4717bb8fe49e09512452211541eb19bc560e1 /src/amount.h
parent219b916545f3be194eb53801bfb8d0694978fb00 (diff)
parent9ca7857df74c52eb2c46be36c88a12879be6cf8c (diff)
downloadbitcoin-b6fee6b7c71cb339b3249860464d0a066b9a3147.tar.xz
Merge pull request #6504
9ca7857 Rationalize currency unit to "BTC" (Ross Nicoll)
Diffstat (limited to 'src/amount.h')
-rw-r--r--src/amount.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/amount.h b/src/amount.h
index 7dc62edac4..90e6b5aa8e 100644
--- a/src/amount.h
+++ b/src/amount.h
@@ -16,6 +16,8 @@ typedef int64_t CAmount;
static const CAmount COIN = 100000000;
static const CAmount CENT = 1000000;
+extern const std::string CURRENCY_UNIT;
+
/** No amount larger than this (in satoshi) is valid.
*
* Note that this constant is *not* the total money supply, which in Bitcoin