method rename.

This commit is contained in:
Christopher Jeffrey 2014-10-30 15:09:58 -07:00
parent 9cd8bd9ee5
commit 997d01ffa4

View File

@ -734,7 +734,8 @@ Wallet.prototype.getTransactions = function(options) {
return bitcoindjs.walletListTransactions(options || {});
};
Wallet.prototype.receivedByAddress = function(options) {
Wallet.prototype.listReceivedByAddress =
Wallet.prototype.getReceivedByAddress = function(options) {
return bitcoindjs.walletReceivedByAddress(options || {});
};