Make txid const.

This commit is contained in:
Simon 2016-07-27 12:14:44 -07:00
parent 0ccb650b5a
commit 92f7426d19
1 changed files with 1 additions and 1 deletions

View File

@ -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: