Merge pull request #183 from murtyjones/patch-1

[Trivial] Adds JSHint param name
This commit is contained in:
Christopher Jeffrey (JJ) 2017-05-12 13:35:41 -07:00 committed by GitHub
commit 724e60970a

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}
*/