mempool: fix comment.
This commit is contained in:
parent
1f2c3080bc
commit
2691f9fcb6
@ -1565,10 +1565,10 @@ Mempool.prototype.getCoinView = co(function* getCoinView(tx) {
|
||||
});
|
||||
|
||||
/**
|
||||
* Spend coins for transaction.
|
||||
* Find missing outpoints.
|
||||
* @param {TX} tx
|
||||
* @param {CoinView} view
|
||||
* @returns {Boolean}
|
||||
* @returns {Hash[]}
|
||||
*/
|
||||
|
||||
Mempool.prototype.findMissing = function findMissing(tx, view) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user