mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Operation to extract transaction ID from CanonicalTXSet entries.
This commit is contained in:
@@ -23,6 +23,8 @@ public:
|
|||||||
|
|
||||||
bool operator==(const CanonicalTXKey& k) const { return mTXid == k.mTXid; }
|
bool operator==(const CanonicalTXKey& k) const { return mTXid == k.mTXid; }
|
||||||
bool operator!=(const CanonicalTXKey& k) const { return mTXid != k.mTXid; }
|
bool operator!=(const CanonicalTXKey& k) const { return mTXid != k.mTXid; }
|
||||||
|
|
||||||
|
const uint256& getTXID() const { return mTXid; }
|
||||||
};
|
};
|
||||||
|
|
||||||
class CanonicalTXSet
|
class CanonicalTXSet
|
||||||
|
|||||||
Reference in New Issue
Block a user