From 3979881fc52354c1dbe71f03d0a12e6cd6138399 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 28 Jul 2016 16:40:01 -0700 Subject: [PATCH] Fix comment. --- src/primitives/transaction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/primitives/transaction.cpp b/src/primitives/transaction.cpp index 5d157a5c3..2fbaad854 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 {