diff --git a/src/primitives/transaction.cpp b/src/primitives/transaction.cpp index 5d157a5c..2fbaad85 100644 --- a/src/primitives/transaction.cpp +++ b/src/primitives/transaction.cpp @@ -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 {