Added hash code

This commit is contained in:
MoneroOcean
2018-03-25 01:55:39 +01:00
parent 5c1559e34a
commit 6a4b17726e
5 changed files with 140 additions and 3 deletions

View File

@@ -174,8 +174,8 @@ namespace cryptonote
BEGIN_SERIALIZE()
VARINT_FIELD(version)
//if(MAX_TRANSACTION_VERSION < version) {
// printf("!!! Current tx version %zu exceeds %zu max", version, MAX_TRANSACTION_VERSION);
//if(8 < version) {
// printf("!!! Current tx version %zu exceeds %u max", version, 8);
// return false;
//}
VARINT_FIELD(unlock_time)