Browse Source

Update comment.

pull/4/head
Simon 8 years ago
parent
commit
c63af91a78
  1. 2
      src/primitives/transaction.h

2
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;

Loading…
Cancel
Save