fixed wrong option name in jsdoc

This commit is contained in:
Ruben de Vries 2015-10-30 14:04:23 +01:00
parent 656665837c
commit ff0f9f6216
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ Transaction.prototype._getHash = function() {
* * `disableAll`: disable all checks
* * `disableSmallFees`: disable checking for fees that are too small
* * `disableLargeFees`: disable checking for fees that are too large
* * `disableNotFullySigned`: disable checking if all inputs are fully signed
* * `disableIsFullySigned`: disable checking if all inputs are fully signed
* * `disableDustOutputs`: disable checking if there are no outputs that are dust amounts
* * `disableMoreOutputThanInput`: disable checking if the transaction spends more bitcoins than the sum of the input amounts
* @return {string}