diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-10-11 21:28:06 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-10-11 21:28:14 +0200 |
commit | 8169d429bf2a0e9beee966b120627f7c9cb436ed (patch) | |
tree | 719d2d3a59330e1cb56dd698e8c1d8bb4012def3 /src/simplewallet | |
parent | Merge pull request #423 (diff) | |
parent | simplewallet: bump default mixin from 3 to 4 (diff) | |
download | monero-8169d429bf2a0e9beee966b120627f7c9cb436ed.tar.xz |
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')
-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 { |