diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-10-11 13:46:45 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-10-11 13:48:18 +0100 |
| commit | 79c95c1748da8981aa8042db4cc316242a9f90fb (patch) | |
| tree | 95f5cc28edcb31538ca7e12819ab828756849575 /src | |
| parent | ac90d488e75592f215e8604e5faaf02c1d9cbfc3 (diff) | |
| download | monzero-core-79c95c1748da8981aa8042db4cc316242a9f90fb.tar.gz monzero-core-79c95c1748da8981aa8042db4cc316242a9f90fb.tar.xz monzero-core-79c95c1748da8981aa8042db4cc316242a9f90fb.zip | |
simplewallet: bump default mixin from 3 to 4
As recommended in MRL-0004
Diffstat (limited to 'src')
| -rw-r--r-- | src/simplewallet/simplewallet.cpp | 2 |
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 { |
