Merge pull request #3515

89250054 wallet: fix default mixin (4 -> 6) (sneurlax)
pull/88/head
Riccardo Spagni 6 years ago
commit 51a4cc0fad
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -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;

Loading…
Cancel
Save