method rename.
This commit is contained in:
parent
9cd8bd9ee5
commit
997d01ffa4
@ -734,7 +734,8 @@ Wallet.prototype.getTransactions = function(options) {
|
|||||||
return bitcoindjs.walletListTransactions(options || {});
|
return bitcoindjs.walletListTransactions(options || {});
|
||||||
};
|
};
|
||||||
|
|
||||||
Wallet.prototype.receivedByAddress = function(options) {
|
Wallet.prototype.listReceivedByAddress =
|
||||||
|
Wallet.prototype.getReceivedByAddress = function(options) {
|
||||||
return bitcoindjs.walletReceivedByAddress(options || {});
|
return bitcoindjs.walletReceivedByAddress(options || {});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user