This commit is contained in:
Christopher Jeffrey 2016-04-16 21:21:52 -07:00
parent 81e978f51a
commit 45ac59330e
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -90,6 +90,8 @@ AbstractBlock.prototype.getSize = function getSize() {
/**
* Verify the block.
* @param {Object?} ret - Return object, may be
* set with properties `reason` and `score`.
* @returns {Boolean}
*/