From 79c95c1748da8981aa8042db4cc316242a9f90fb Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sun, 11 Oct 2015 13:46:45 +0100 Subject: [PATCH] simplewallet: bump default mixin from 3 to 4 As recommended in MRL-0004 --- src/simplewallet/simplewallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index fa41e1d4..6008a9a0 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 {