rename methods.
This commit is contained in:
parent
20301e4f4f
commit
c69c3c258d
@ -729,7 +729,8 @@ Wallet.prototype.sendFrom = function(options) {
|
|||||||
return bitcoindjs.walletSendFrom(options || {});
|
return bitcoindjs.walletSendFrom(options || {});
|
||||||
};
|
};
|
||||||
|
|
||||||
Wallet.prototype.listTransactions = function(options) {
|
Wallet.prototype.listTransactions =
|
||||||
|
Wallet.prototype.getTransactions = function(options) {
|
||||||
return bitcoindjs.walletListTransactions(options || {});
|
return bitcoindjs.walletListTransactions(options || {});
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -737,7 +738,8 @@ Wallet.prototype.receivedByAddress = function(options) {
|
|||||||
return bitcoindjs.walletReceivedByAddress(options || {});
|
return bitcoindjs.walletReceivedByAddress(options || {});
|
||||||
};
|
};
|
||||||
|
|
||||||
Wallet.prototype.listAccounts = function(options) {
|
Wallet.prototype.listAccounts =
|
||||||
|
Wallet.prototype.getAccounts = function(options) {
|
||||||
return bitcoindjs.walletListAccounts(options || {});
|
return bitcoindjs.walletListAccounts(options || {});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user