Update comment.

This commit is contained in:
Simon 2016-07-28 18:44:00 -07:00
parent 3979881fc5
commit c63af91a78
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ struct CMutableTransaction
}
/** Compute the hash of this CMutableTransaction. This is computed on the
* fly, as opposed to GetHash() in CTransaction, which uses a cached result.
* fly, as opposed to GetSerializeHash() in CTransaction, which uses a cached result.
*/
uint256 GetSerializeHash() const;