Implement transaction expiry for Overwinter
This commit is contained in:
@@ -304,9 +304,6 @@ public:
|
||||
std::string ToString() const;
|
||||
};
|
||||
|
||||
// The maximum value which is valid for expiry height, used by CTransaction and CMutableTransaction
|
||||
static constexpr uint32_t TX_EXPIRY_HEIGHT_THRESHOLD = 500000000;
|
||||
|
||||
// Overwinter version group id
|
||||
static constexpr uint32_t OVERWINTER_VERSION_GROUP_ID = 0x03C48270;
|
||||
static_assert(OVERWINTER_VERSION_GROUP_ID != 0, "version group id must be non-zero as specified in ZIP 202");
|
||||
|
||||
Reference in New Issue
Block a user