mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-08 20:28:51 +00:00
simplewallet: Update minimum and default ring size
This commit is contained in:
parent
64aab43a42
commit
ff29cd248d
@ -85,9 +85,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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user