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