This commit is contained in:
Christopher Jeffrey 2016-05-07 04:32:33 -07:00
parent 0e91da7a33
commit 9bf1c6de13
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -37,8 +37,6 @@ var BufferReader = require('./reader');
* @property {Number} nonce
* @property {Number} height
* @property {BN} chainwork
* @property {ChainBlock[]} ancestors - Ancestors are temporarily
* advocate for IsSuperMajority and retargeting.
* @property {ReversedHash} rhash - Reversed block hash (uint256le).
*/