Make txid const.
This commit is contained in:
@@ -288,7 +288,7 @@ private:
|
|||||||
/** Memory only. */
|
/** Memory only. */
|
||||||
const uint256 hash;
|
const uint256 hash;
|
||||||
void UpdateHash() const;
|
void UpdateHash() const;
|
||||||
uint256 txid;
|
const uint256 txid;
|
||||||
void UpdateTxid() const;
|
void UpdateTxid() const;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user