Restored bytecoin code

This commit is contained in:
MoneroOcean
2018-05-01 22:46:29 +02:00
parent 8912cad28b
commit 1554f9b21a

View File

@@ -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 struct bytecoin_block
{ {
@@ -366,7 +366,7 @@ namespace cryptonote
}; };
// Implemented below // 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 struct block_header
{ {