1
0
Fork 0
mirror of https://git.wownero.com/wownero/wownero.git synced 2024-08-15 01:03:23 +00:00

Lower number of blocks required to unlock balance

Set CRYPTONOTE_DEFAULT_TX_SPENDABLE_AGE to 4
This commit is contained in:
Matthew Incognito 2018-04-20 20:53:06 +01:00 committed by wowario
parent f9e44f8ed9
commit 3450ae0fa7
No known key found for this signature in database
GPG key ID: 24DCBE762DE9C111

View file

@ -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