This commit is contained in:
Christopher Jeffrey 2016-05-07 03:43:50 -07:00
parent f171bb0668
commit 0e91da7a33
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD
2 changed files with 2 additions and 2 deletions

View File

@ -2366,7 +2366,7 @@ Chain.prototype._getInitialState = function _getInitialState(callback) {
* if it is present in the lock flags. * if it is present in the lock flags.
* @param {ChainBlock} prev - Previous chain entry. * @param {ChainBlock} prev - Previous chain entry.
* @param {TX} tx * @param {TX} tx
* @param {LockFlags} * @param {LockFlags} flags
* @param {Function} callback - Returns [Error, Boolean]. * @param {Function} callback - Returns [Error, Boolean].
*/ */

View File

@ -1118,7 +1118,7 @@ utils.fromCompact = function fromCompact(compact) {
/** /**
* Convert a big number to a mantissa/compact number. * Convert a big number to a mantissa/compact number.
* Used for `target` -> `block.bits` conversion. * Used for `target` -> `block.bits` conversion.
* @param {BN} compact * @param {BN} num
* @returns {Number} * @returns {Number}
*/ */