bittube 4 support

This commit is contained in:
tubedev2000
2020-06-16 16:54:18 -04:00
parent fa902cffee
commit 5227c71f55
6 changed files with 18 additions and 3 deletions

View File

@@ -13,4 +13,5 @@ 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
};