Merge pull request #308 from Bucko13/createTX-signature
remove outputs from function signature
This commit is contained in:
commit
8883da8a7d
@ -248,8 +248,8 @@ HTTPWallet.prototype.zap = function zap(account, age) {
|
|||||||
* @see Wallet#createTX
|
* @see Wallet#createTX
|
||||||
*/
|
*/
|
||||||
|
|
||||||
HTTPWallet.prototype.createTX = function createTX(options, outputs) {
|
HTTPWallet.prototype.createTX = function createTX(options) {
|
||||||
return this.client.createTX(this.id, options, outputs);
|
return this.client.createTX(this.id, options);
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user