aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2015-10-11 13:46:45 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2015-10-11 13:48:18 +0100
commit79c95c1748da8981aa8042db4cc316242a9f90fb (patch)
tree95f5cc28edcb31538ca7e12819ab828756849575 /src
parentfrom hard fork 2, all outputs must be decomposed (diff)
downloadmonero-79c95c1748da8981aa8042db4cc316242a9f90fb.tar.xz
simplewallet: bump default mixin from 3 to 4
As recommended in MRL-0004
Diffstat (limited to 'src')
-rw-r--r--src/simplewallet/simplewallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp
index fa41e1d42..6008a9a04 100644
--- a/src/simplewallet/simplewallet.cpp
+++ b/src/simplewallet/simplewallet.cpp
@@ -74,7 +74,7 @@ typedef cryptonote::simple_wallet sw;
unsigned int epee::g_test_dbg_lock_sleep = 0;
-#define DEFAULT_MIX 3
+#define DEFAULT_MIX 4
namespace
{