comments.
This commit is contained in:
parent
59ec8c54a2
commit
cd02cde953
@ -337,7 +337,7 @@ Block.isBlock = function(block) {
|
|||||||
return block._blockFlag === _blockFlag;
|
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.hash =
|
||||||
Block.prototype.getHash = function(enc) {
|
Block.prototype.getHash = function(enc) {
|
||||||
if (!this._hash) {
|
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.hash =
|
||||||
Transaction.prototype.getHash = function(enc) {
|
Transaction.prototype.getHash = function(enc) {
|
||||||
if (!this._hash) {
|
if (!this._hash) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user