wallet: fix default mixin (4 -> 6)

This commit is contained in:
sneurlax 2018-03-28 09:30:11 -07:00
parent 8361d60aef
commit 1e0958c083
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ namespace Monero {
namespace {
// copy-pasted from simplewallet
static const size_t DEFAULT_MIXIN = 4;
static const size_t DEFAULT_MIXIN = 6;
static const int DEFAULT_REFRESH_INTERVAL_MILLIS = 1000 * 10;
// limit maximum refresh interval as one minute
static const int MAX_REFRESH_INTERVAL_MILLIS = 1000 * 60 * 1;