Lower number of blocks required to unlock balance

Set CRYPTONOTE_DEFAULT_TX_SPENDABLE_AGE to 4
release-v0.2.2.0
Matthew Incognito 6 years ago
parent a47d1a3d75
commit 16feef0522
No known key found for this signature in database
GPG Key ID: A09E643F541C0FC5

@ -46,7 +46,7 @@
#define CURRENT_BLOCK_MINOR_VERSION 7
#define CRYPTONOTE_BLOCK_FUTURE_TIME_LIMIT_V2 300*2
#define CRYPTONOTE_BLOCK_FUTURE_TIME_LIMIT 60*60*2
#define CRYPTONOTE_DEFAULT_TX_SPENDABLE_AGE 10
#define CRYPTONOTE_DEFAULT_TX_SPENDABLE_AGE 4
#define BLOCKCHAIN_TIMESTAMP_CHECK_WINDOW 60

Loading…
Cancel
Save