diff --git a/lib/http/wallet.js b/lib/http/wallet.js index cb94785d..b107681b 100644 --- a/lib/http/wallet.js +++ b/lib/http/wallet.js @@ -248,7 +248,7 @@ HTTPWallet.prototype.zap = function zap(account, age) { * @see Wallet#createTX */ -HTTPWallet.prototype.createTX = function createTX(options, outputs) { +HTTPWallet.prototype.createTX = function createTX(options) { return this.client.createTX(this.id, options); };