diff --git a/src/primitives/transaction.h b/src/primitives/transaction.h index 6dbfb582..69d209e0 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;