Skip to content

Commit

Permalink
wallet: Set default ring size to 12 to match Particl Desktop.
Browse files Browse the repository at this point in the history
  • Loading branch information
tecnovert committed Feb 16, 2022
1 parent 9dcdb5d commit f778c66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/release-notes-particl.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ Next Major Version
- Raised min protocol version to 90014
- Disable p2sh-p2wpkh addresses.
- qt: 'Import Chain' defaults to disabled.
- wallet, qt: Default ring size set to 12 to match Particl Desktop.


0.19.2.19
Expand Down
2 changes: 1 addition & 1 deletion src/anon.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const size_t MAX_ANON_INPUTS = 32; // To raise see MLSAG_MAX_ROWS also

const size_t ANON_FEE_MULTIPLIER = 2;

const size_t DEFAULT_RING_SIZE = 5;
const size_t DEFAULT_RING_SIZE = 12;
const size_t DEFAULT_INPUTS_PER_SIG = 1;

bool CheckAnonInputMempoolConflicts(const CTxIn &txin, const uint256 txhash, CTxMemPool *pmempool, TxValidationState &state);
Expand Down

0 comments on commit f778c66

Please sign in to comment.