From c63af91a7833b3cf879d2d615dc6709a5b69c12f Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 28 Jul 2016 18:44:00 -0700 Subject: [PATCH] Update comment. --- src/primitives/transaction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/primitives/transaction.h b/src/primitives/transaction.h index 6dbfb582a..69d209e0d 100644 --- a/src/primitives/transaction.h +++ b/src/primitives/transaction.h @@ -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;