diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-04-12 13:47:39 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-04-12 13:47:39 +0200 |
commit | 3b8704b0fa214be89e702eaf61cbc00ef7123fb6 (patch) | |
tree | 713f54c9f3b62c5df8311a59866586f12cbf60b8 | |
parent | Merge pull request #3534 (diff) | |
parent | wallet2: move segregation height to v7 (diff) | |
download | monero-3b8704b0fa214be89e702eaf61cbc00ef7123fb6.tar.xz |
Merge pull request #3555
0b26c4d5 wallet2: move segregation height to v7 (moneromooo-monero)
-rw-r--r-- | src/wallet/wallet2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index d43c37bd2..fd0622b04 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -110,7 +110,7 @@ using namespace cryptonote; #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 STAGENET_SEGREGATION_FORK_HEIGHT 1000000 #define SEGREGATION_FORK_VICINITY 1500 /* blocks */ |