fixed signature as well as call

This commit is contained in:
Bucko 2017-08-30 16:38:43 -07:00
parent df52cbe6f9
commit 4329907e86

View File

@ -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);
};