diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-10-26 17:57:29 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-10-26 17:57:56 +0200 |
commit | e1c29c94ad6d42ceb2ce3516048fbfd272738b47 (patch) | |
tree | 63687d9d22b403d8b34cef3f2534bbf3b8e84023 /src/cryptonote_config.h | |
parent | Merge pull request #442 (diff) | |
parent | Fix leak on real output when using a very recent output (diff) | |
download | monero-e1c29c94ad6d42ceb2ce3516048fbfd272738b47.tar.xz |
Merge pull request #444
ecbb732 Fix leak on real output when using a very recent output (moneromooo-monero)
Diffstat (limited to 'src/cryptonote_config.h')
-rw-r--r-- | src/cryptonote_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h index b042088bd..303e12b3b 100644 --- a/src/cryptonote_config.h +++ b/src/cryptonote_config.h @@ -45,6 +45,7 @@ #define CURRENT_BLOCK_MAJOR_VERSION 1 #define CURRENT_BLOCK_MINOR_VERSION 0 #define CRYPTONOTE_BLOCK_FUTURE_TIME_LIMIT 60*60*2 +#define CRYPTONOTE_DEFAULT_TX_SPENDABLE_AGE 10 #define BLOCKCHAIN_TIMESTAMP_CHECK_WINDOW 60 |