We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c94759 commit ced6084Copy full SHA for ced6084
2 files changed
src/cryptonote_config.h
@@ -2,8 +2,6 @@
2
3
#define CURRENT_TRANSACTION_VERSION 1
4
#define OFFSHORE_TRANSACTION_VERSION 3
5
-#define HF_VERSION_OFFSHORE_PRICING 11
6
-#define HF_VERSION_OFFSHORE_FULL 13
7
8
enum BLOB_TYPE {
9
BLOB_TYPE_CRYPTONOTE = 0,
src/cryptonote_core/cryptonote_basic.h
@@ -513,7 +513,7 @@ namespace cryptonote
513
}
514
if (blob_type == BLOB_TYPE_CRYPTONOTE_XTNC || blob_type == BLOB_TYPE_CRYPTONOTE_CUCKOO) FIELD(cycle)
515
if (blob_type == BLOB_TYPE_CRYPTONOTE_TUBE) FIELD(cycle40)
516
- if (blob_type == BLOB_TYPE_CRYPTONOTE_XHV && major_version >= HF_VERSION_OFFSHORE_PRICING) FIELD(pricing_record)
+ if (blob_type == BLOB_TYPE_CRYPTONOTE_XHV) FIELD(pricing_record)
517
518
END_SERIALIZE()
519
};
0 commit comments