amount: Move CAmount CENT to unit test header

This commit is contained in:
MarcoFalke
2018-09-17 14:33:52 -04:00
parent 4901c00792
commit fa84723e73
5 changed files with 12 additions and 11 deletions

View File

@@ -37,6 +37,8 @@ static inline uint64_t InsecureRandBits(int bits) { return insecure_rand_ctx.ran
static inline uint64_t InsecureRandRange(uint64_t range) { return insecure_rand_ctx.randrange(range); }
static inline bool InsecureRandBool() { return insecure_rand_ctx.randbool(); }
static constexpr CAmount CENT{1000000};
/** Basic testing setup.
* This just configures logging and chain parameters.
*/