miner: comments.

This commit is contained in:
Christopher Jeffrey 2016-10-06 04:18:52 -07:00
parent 985f4c95dc
commit 227766e8eb
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -310,9 +310,8 @@ Miner.prototype.notifyEntry = function notifyEntry() {
}; };
/** /**
* Create a block "attempt". * Get mempool entries, sort by dependency order.
* @param {ChainEntry} tip * @returns {MempoolEntry[]}
* @returns {Promise} - Returns {@link MinerBlock}.
*/ */
Miner.prototype.getSorted = function getSorted() { Miner.prototype.getSorted = function getSorted() {