Fix comment.

This commit is contained in:
Simon 2016-07-28 16:40:01 -07:00
parent 92f7426d19
commit 3979881fc5
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ std::string CTransaction::ToString() const
return str;
}
// Return a txid which is non-malleable.
// Update the txid which is non-malleable.
// Signature data is cleared before the transaction is serialized and hashed.
void CTransaction::UpdateTxid() const
{