From 1554f9b21a89ea9348feb3430a5d5de2ae344681 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Tue, 1 May 2018 22:46:29 +0200 Subject: [PATCH] Restored bytecoin code --- src/cryptonote_core/cryptonote_basic.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cryptonote_core/cryptonote_basic.h b/src/cryptonote_core/cryptonote_basic.h index 60d5db9..7ff3040 100644 --- a/src/cryptonote_core/cryptonote_basic.h +++ b/src/cryptonote_core/cryptonote_basic.h @@ -278,7 +278,7 @@ namespace cryptonote /* */ /************************************************************************/ - /*const uint8_t CURRENT_BYTECOIN_BLOCK_MAJOR_VERSION = 1; + const uint8_t CURRENT_BYTECOIN_BLOCK_MAJOR_VERSION = 1; struct bytecoin_block { @@ -366,7 +366,7 @@ namespace cryptonote }; // Implemented below - inline serializable_bytecoin_block make_serializable_bytecoin_block(const block& b, bool hashing_serialization, bool header_only);*/ + inline serializable_bytecoin_block make_serializable_bytecoin_block(const block& b, bool hashing_serialization, bool header_only); struct block_header {