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".
* @param {ChainEntry} tip
* @returns {Promise} - Returns {@link MinerBlock}.
* Get mempool entries, sort by dependency order.
* @returns {MempoolEntry[]}
*/
Miner.prototype.getSorted = function getSorted() {