comments.

This commit is contained in:
Christopher Jeffrey 2014-09-29 16:55:04 -07:00
parent 59ec8c54a2
commit cd02cde953
1 changed files with 2 additions and 2 deletions

View File

@ -337,7 +337,7 @@ Block.isBlock = function(block) {
return block._blockFlag === _blockFlag;
};
// NOTE: Could just call tx.GetHash() in C++
// NOTE: Could just call tx.GetHash().ToString() in C++
Block.prototype.hash =
Block.prototype.getHash = function(enc) {
if (!this._hash) {
@ -539,7 +539,7 @@ Transaction.prototype.isNull = function() {
;
};
// NOTE: Could just call tx.GetHash() in C++
// NOTE: Could just call tx.GetHash().ToString() in C++
Transaction.prototype.hash =
Transaction.prototype.getHash = function(enc) {
if (!this._hash) {