[Trivial] Adds JSHint param name

This commit is contained in:
Marty Jones 2017-04-10 20:05:56 -05:00 committed by GitHub
parent 6fde0fd7d8
commit 3db7482e65

View File

@ -1632,7 +1632,7 @@ CoinSelector.prototype.isFull = function isFull() {
/**
* Test whether a coin is spendable
* with regards to the options.
* @param {Coin}
* @param {Coin} coin
* @returns {Boolean}
*/