mirror of
https://github.com/monero-project/monero.git
synced 2025-08-19 07:48:02 -04:00
Bump min ring size from 5 to 7 from v7
This commit is contained in:
parent
c102c49da5
commit
38657fd0e9
4 changed files with 9 additions and 4 deletions
|
@ -86,9 +86,9 @@ typedef cryptonote::simple_wallet sw;
|
|||
|
||||
#define EXTENDED_LOGS_FILE "wallet_details.log"
|
||||
|
||||
#define DEFAULT_MIX 4
|
||||
#define DEFAULT_MIX 6
|
||||
|
||||
#define MIN_RING_SIZE 5 // Used to inform user about min ring size -- does not track actual protocol
|
||||
#define MIN_RING_SIZE 7 // Used to inform user about min ring size -- does not track actual protocol
|
||||
|
||||
#define OUTPUT_EXPORT_FILE_MAGIC "Monero output export\003"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue