more fixes
This commit is contained in:
@@ -458,15 +458,9 @@ namespace cryptonote
|
||||
VARINT_FIELD(major_version)
|
||||
if(major_version > BLOCK_MAJOR_VERSION_2) return false;
|
||||
VARINT_FIELD(minor_version)
|
||||
if (BLOCK_MAJOR_VERSION_1 == major_version)
|
||||
{
|
||||
VARINT_FIELD(timestamp)
|
||||
}
|
||||
VARINT_FIELD(timestamp)
|
||||
FIELD(prev_id)
|
||||
if (BLOCK_MAJOR_VERSION_1 == major_version)
|
||||
{
|
||||
FIELD(nonce)
|
||||
}
|
||||
FIELD(nonce)
|
||||
END_SERIALIZE()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user