diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-04-05 12:49:38 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-04-05 12:49:38 +0100 |
commit | 0b26c4d57ce3a75f8f2bdbb3ef070c70158ed880 (patch) | |
tree | 1fcfba8449a3098a8517e1593425d5751ba1ba99 | |
parent | Merge pull request #3434 (diff) | |
download | monero-0b26c4d57ce3a75f8f2bdbb3ef070c70158ed880.tar.xz |
wallet2: move segregation height to v7
since people seem to really want to use things the wrong way.
-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 4b7e6dd93..af2aab54d 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 */ |