Improve starting currency comments.

This commit is contained in:
Arthur Britto
2012-06-02 17:12:57 -07:00
parent 56d883571a
commit 97fe2568e5

View File

@@ -13,7 +13,7 @@
#define SYSTEM_CURRENCY_GIFT 1000ull
#define SYSTEM_CURRENCY_USERS 100000000ull
#define SYSTEM_CURRENCY_PARTS 1000000ull
#define SYSTEM_CURRENCY_PARTS 1000000ull // 10^SYSTEM_CURRENCY_PRECISION
#define SYSTEM_CURRENCY_START (SYSTEM_CURRENCY_GIFT*SYSTEM_CURRENCY_USERS*SYSTEM_CURRENCY_PARTS)
#define VALIDATORS_FILE_NAME "validators.txt"