diff --git a/src/CryptoNoteConfig.h b/src/CryptoNoteConfig.h index dd68e078a347c9f9fdde3ce6cdaa047dff307d86..14ff0b7212fe4476d8c0b4be7fb5131bc5ffd0ac 100644 --- a/src/CryptoNoteConfig.h +++ b/src/CryptoNoteConfig.h @@ -21,7 +21,7 @@ const uint64_t CRYPTONOTE_BLOCK_FUTURE_TIME_LIMIT = 60 * 60 * 2; const size_t BLOCKCHAIN_TIMESTAMP_CHECK_WINDOW = 60; -const uint64_t MONEY_SUPPLY = UINT64_C(100000000); +const uint64_t MONEY_SUPPLY = UINT64_C(10000000000000000); const unsigned EMISSION_SPEED_FACTOR = 22; static_assert(EMISSION_SPEED_FACTOR <= 8 * sizeof(uint64_t), "Bad EMISSION_SPEED_FACTOR");