remove outputs from function signature
This commit is contained in:
parent
7145d21c9c
commit
df52cbe6f9
@ -249,7 +249,7 @@ HTTPWallet.prototype.zap = function zap(account, age) {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
HTTPWallet.prototype.createTX = function createTX(options, outputs) {
|
HTTPWallet.prototype.createTX = function createTX(options, outputs) {
|
||||||
return this.client.createTX(this.id, options, outputs);
|
return this.client.createTX(this.id, options);
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user