PPCoin: Set stake full weight age at 90 days
[novacoin.git] / src / checkpoints.h
index 9c1f91d..3255412 100644 (file)
@@ -10,6 +10,7 @@
 #include "util.h"
 
 #define STAKE_MIN_AGE (60 * 60 * 24 * 30) // minimum age 30 days for coin age
+#define STAKE_MAX_AGE (60 * 60 * 24 * 90) // stake age for full weight
 #define CHECKPOINT_MAX_SPAN (60 * 60 * 4) // max 4 hours before latest block
 
 class uint256;