Haven offshore test support

This commit is contained in:
MoneroOcean
2020-07-14 20:23:47 -07:00
parent 4a6c9634be
commit ff44cdf578
5 changed files with 269 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
#pragma once
#define CURRENT_TRANSACTION_VERSION 1
#define CURRENT_TRANSACTION_VERSION 1
#define OFFSHORE_TRANSACTION_VERSION 3
enum BLOB_TYPE {
BLOB_TYPE_CRYPTONOTE = 0,
@@ -13,5 +14,6 @@ enum BLOB_TYPE {
BLOB_TYPE_AEON = 7, // Aeon
BLOB_TYPE_CRYPTONOTE_CUCKOO = 8, // MoneroV / Swap
BLOB_TYPE_CRYPTONOTE_XTNC = 9, // XTNC
BLOB_TYPE_CRYPTONOTE_TUBE = 10, // bittube
BLOB_TYPE_CRYPTONOTE_TUBE = 10, // TUBE
BLOB_TYPE_CRYPTONOTE_XHV = 11, // Haven
};