mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #4495
34a85e0c
wallet2: disable height based segregation (moneromooo-monero)
This commit is contained in:
commit
c9fc61dbb5
1 changed files with 3 additions and 3 deletions
|
@ -114,9 +114,9 @@ using namespace cryptonote;
|
|||
|
||||
#define OUTPUT_EXPORT_FILE_MAGIC "Monero output export\003"
|
||||
|
||||
#define SEGREGATION_FORK_HEIGHT 1546000
|
||||
#define TESTNET_SEGREGATION_FORK_HEIGHT 1000000
|
||||
#define STAGENET_SEGREGATION_FORK_HEIGHT 1000000
|
||||
#define SEGREGATION_FORK_HEIGHT 99999999
|
||||
#define TESTNET_SEGREGATION_FORK_HEIGHT 99999999
|
||||
#define STAGENET_SEGREGATION_FORK_HEIGHT 99999999
|
||||
#define SEGREGATION_FORK_VICINITY 1500 /* blocks */
|
||||
|
||||
#define FIRST_REFRESH_GRANULARITY 1024
|
||||
|
|
Loading…
Reference in a new issue