fixed signature as well as call
This commit is contained in:
parent
df52cbe6f9
commit
4329907e86
@ -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);
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user