mirror of
https://github.com/monero-project/monero.git
synced 2024-11-18 00:37:43 +00:00
Merge pull request #3555
0b26c4d5
wallet2: move segregation height to v7 (moneromooo-monero)
This commit is contained in:
commit
3b8704b0fa
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ using namespace cryptonote;
|
||||||
|
|
||||||
#define MULTISIG_EXPORT_FILE_MAGIC "Monero multisig export\001"
|
#define MULTISIG_EXPORT_FILE_MAGIC "Monero multisig export\001"
|
||||||
|
|
||||||
#define SEGREGATION_FORK_HEIGHT 1564965
|
#define SEGREGATION_FORK_HEIGHT 1546000
|
||||||
#define TESTNET_SEGREGATION_FORK_HEIGHT 1000000
|
#define TESTNET_SEGREGATION_FORK_HEIGHT 1000000
|
||||||
#define STAGENET_SEGREGATION_FORK_HEIGHT 1000000
|
#define STAGENET_SEGREGATION_FORK_HEIGHT 1000000
|
||||||
#define SEGREGATION_FORK_VICINITY 1500 /* blocks */
|
#define SEGREGATION_FORK_VICINITY 1500 /* blocks */
|
||||||
|
|
Loading…
Reference in a new issue