Skip to content

Commit

Permalink
Merge pull request #912 from pinheadmz/zapdoc1
Browse files Browse the repository at this point in the history
jsdocs: no default value for wallet.zap()
  • Loading branch information
braydonf committed Nov 22, 2019
2 parents d5eaf37 + d20e89d commit 3623d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wallet/wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -1950,7 +1950,7 @@ class Wallet extends EventEmitter {
/**
* Zap stale TXs from wallet.
* @param {(Number|String)?} acct
* @param {Number} age - Age threshold (unix time, default=72 hours).
* @param {Number} age - Age threshold (unix time).
* @returns {Promise}
*/

Expand Down

0 comments on commit 3623d04

Please sign in to comment.