diff options
author | MarcoFalke <falke.marco@gmail.com> | 2018-09-17 14:33:52 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-09-17 14:34:56 -0400 |
commit | fa84723e73d3d7766e7821881ac96ec203e50efc (patch) | |
tree | 9c787a6f86911345f09c5cb1b708cc58095f9209 /src/amount.h | |
parent | 4901c00792c1dabae4bb01e6373c9b1ed9ef3008 (diff) |
amount: Move CAmount CENT to unit test header
Diffstat (limited to 'src/amount.h')
-rw-r--r-- | src/amount.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/amount.h b/src/amount.h index 2bd367cba2..449fd1b15f 100644 --- a/src/amount.h +++ b/src/amount.h @@ -12,7 +12,6 @@ typedef int64_t CAmount; static const CAmount COIN = 100000000; -static const CAmount CENT = 1000000; /** No amount larger than this (in satoshi) is valid. * |