Merge pull request #3516

1e0958c0 wallet: fix default mixin (4 -> 6) (sneurlax)
This commit is contained in:
Riccardo Spagni
2018-04-12 13:46:18 +02:00

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;