aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-04-05 12:49:38 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-04-05 12:50:48 +0100
commitd400b4d36049d8f62fc6e66e1075e5263d4409bd (patch)
tree5f7b6cefa3e7aa338e380f7acc8ac2f11f4c6d43 /src/wallet/wallet2.cpp
parentMerge pull request #3512 (diff)
downloadmonero-d400b4d36049d8f62fc6e66e1075e5263d4409bd.tar.xz
wallet2: move segregation height to v7
since people seem to really want to use things the wrong way.
Diffstat (limited to '')
-rw-r--r--src/wallet/wallet2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp
index b06444132..e2d2b8474 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 */