hardfork: make the voting window a week

This commit is contained in:
moneromooo-monero 2015-09-26 17:56:43 +01:00
parent 0a7421b607
commit 434e0f42e7
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3

View file

@ -47,7 +47,7 @@ namespace cryptonote
static const uint64_t DEFAULT_ORIGINAL_VERSION_TILL_HEIGHT = 0; // <= actual height
static const time_t DEFAULT_FORKED_TIME = 31557600; // a year in seconds
static const time_t DEFAULT_UPDATE_TIME = 31557600 / 2;
static const uint64_t DEFAULT_WINDOW_SIZE = 50; // supermajority window check length
static const uint64_t DEFAULT_WINDOW_SIZE = 10080; // supermajority window check length - a week
static const int DEFAULT_THRESHOLD_PERCENT = 80;
/**