Added blob type selection

This commit is contained in:
MoneroOcean
2018-03-25 14:06:12 +02:00
parent e9e5ba079e
commit 19475df0e4
4 changed files with 35 additions and 27 deletions

View File

@@ -15,3 +15,9 @@
#define CRYPTONOTE_MINED_MONEY_UNLOCK_WINDOW 60
#define CRYPTONOTE_DISPLAY_DECIMAL_POINT 12
enum BLOB_TYPE {
BLOB_TYPE_CRYPTONOTE = 0,
BLOB_TYPE_FORKNOTE1 = 1,
BLOB_TYPE_FORKNOTE2 = 2,
};