aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.cpp
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2015-10-11 21:28:06 +0200
committerRiccardo Spagni <ric@spagni.net>2015-10-11 21:28:14 +0200
commit8169d429bf2a0e9beee966b120627f7c9cb436ed (patch)
tree719d2d3a59330e1cb56dd698e8c1d8bb4012def3 /src/simplewallet/simplewallet.cpp
parent28cb856b332c9210975acdef85e94b97df31a108 (diff)
parent79c95c1748da8981aa8042db4cc316242a9f90fb (diff)
downloadmonzero-core-8169d429bf2a0e9beee966b120627f7c9cb436ed.tar.gz
monzero-core-8169d429bf2a0e9beee966b120627f7c9cb436ed.tar.xz
monzero-core-8169d429bf2a0e9beee966b120627f7c9cb436ed.zip
Merge pull request #425
79c95c1 simplewallet: bump default mixin from 3 to 4 (moneromooo-monero) ac90d48 from hard fork 2, all outputs must be decomposed (moneromooo-monero) 90ccad1 from hard fork 2, claim a quantized reward in coinbase (moneromooo-monero) 22b1570 cryptonote_format_utils: add a function to tell if an amount is canonical (moneromooo-monero)
Diffstat (limited to 'src/simplewallet/simplewallet.cpp')
-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
{