simplewallet: Update minimum and default ring size

This commit is contained in:
Matthew Incognito 2018-04-03 13:04:35 +01:00 committed by wowario
parent 7b59d05935
commit 61289dcbad
No known key found for this signature in database
GPG key ID: 24DCBE762DE9C111

View file

@ -86,9 +86,9 @@ typedef cryptonote::simple_wallet sw;
#define EXTENDED_LOGS_FILE "wallet_details.log"
#define DEFAULT_MIX 6
#define DEFAULT_MIX 7
#define MIN_RING_SIZE 7 // Used to inform user about min ring size -- does not track actual protocol
#define MIN_RING_SIZE 8 // Used to inform user about min ring size -- does not track actual protocol
#define OUTPUT_EXPORT_FILE_MAGIC "Monero output export\003"