mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-12-25 14:47:46 +00:00
Merge pull request #7994
84c5257
Decrease the 'recent spend window' in gamma re-select to 15 blocks (j-berman)
This commit is contained in:
commit
99507da993
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ using namespace cryptonote;
|
||||||
#define IGNORE_LONG_PAYMENT_ID_FROM_BLOCK_VERSION 12
|
#define IGNORE_LONG_PAYMENT_ID_FROM_BLOCK_VERSION 12
|
||||||
|
|
||||||
#define DEFAULT_UNLOCK_TIME (CRYPTONOTE_DEFAULT_TX_SPENDABLE_AGE * DIFFICULTY_TARGET_V2)
|
#define DEFAULT_UNLOCK_TIME (CRYPTONOTE_DEFAULT_TX_SPENDABLE_AGE * DIFFICULTY_TARGET_V2)
|
||||||
#define RECENT_SPEND_WINDOW (50 * DIFFICULTY_TARGET_V2)
|
#define RECENT_SPEND_WINDOW (15 * DIFFICULTY_TARGET_V2)
|
||||||
|
|
||||||
static const std::string MULTISIG_SIGNATURE_MAGIC = "SigMultisigPkV1";
|
static const std::string MULTISIG_SIGNATURE_MAGIC = "SigMultisigPkV1";
|
||||||
static const std::string MULTISIG_EXTRA_INFO_MAGIC = "MultisigxV1";
|
static const std::string MULTISIG_EXTRA_INFO_MAGIC = "MultisigxV1";
|
||||||
|
|
Loading…
Reference in a new issue