diff --git a/lib/TransactionBuilder.js b/lib/TransactionBuilder.js index 006d999..1ed6a45 100644 --- a/lib/TransactionBuilder.js +++ b/lib/TransactionBuilder.js @@ -283,7 +283,7 @@ TransactionBuilder.prototype._selectUnspent = function(neededAmountSat) { } while (!fulfill && minConfirmationSteps.length); if (!fulfill) - throw new Error('no enough unspent to fulfill totalNeededAmount [SAT]:' + + throw new Error('not enough unspent tx outputs to fulfill totalNeededAmount [SAT]:' + neededAmountSat); this.selectedUtxos = sel;