mirror of
https://github.com/monero-project/monero.git
synced 2026-01-17 10:02:56 +01:00
hardfork: make the voting window a week
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user