X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Futil.h;fp=src%2Futil.h;h=e7f597765c09beec930e33b24220d89364e57abb;hb=e1fc548ff893f35d24565b381eca454ba6319ef4;hp=1b119d65bdbb96a6d859096a80792289f52c8cb7;hpb=b2b5b6f79c46c999729b65976d8cc22d6371589a;p=novacoin.git diff --git a/src/util.h b/src/util.h index 1b119d6..e7f5977 100644 --- a/src/util.h +++ b/src/util.h @@ -35,6 +35,8 @@ #include "netbase.h" // for AddTimeData +static const int32_t nOneHour = 60 * 60; +static const int32_t nOneDay = 24 * 60 * 60; static const int64_t COIN = 1000000; static const int64_t CENT = 10000;