diff options
author | Henry Hartshorne <HulkHartHenry@gmail.com> | 2014-04-25 22:08:19 +0400 |
---|---|---|
committer | Henry Hartshorne <HulkHartHenry@gmail.com> | 2014-04-25 22:08:19 +0400 |
commit | 6ed45078036d2cbdccc04219e4da5a401266f1b9 (patch) | |
tree | c1626c96c3c84271ffe3eb064d07fefd42e79a10 /src/cryptonote_config.h | |
parent | mining bug fixed (diff) | |
download | monero-6ed45078036d2cbdccc04219e4da5a401266f1b9.tar.xz |
Changed block minor version
Diffstat (limited to 'src/cryptonote_config.h')
-rw-r--r-- | src/cryptonote_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h index b7c0170e3..22b5ad693 100644 --- a/src/cryptonote_config.h +++ b/src/cryptonote_config.h @@ -12,7 +12,7 @@ #define CRYPTONOTE_MINED_MONEY_UNLOCK_WINDOW 60 #define CURRENT_TRANSACTION_VERSION 1 #define CURRENT_BLOCK_MAJOR_VERSION 1 -#define CURRENT_BLOCK_MINOR_VERSION 0 +#define CURRENT_BLOCK_MINOR_VERSION 1 #define CRYPTONOTE_BLOCK_FUTURE_TIME_LIMIT 60*60*2 #define BLOCKCHAIN_TIMESTAMP_CHECK_WINDOW 60 |