Rpc/getreceivedbyaddress note (#141)

* RPC - getreceivedbyaddress clarification

* RPC - getreceivedbyaddress
This commit is contained in:
thephez 2019-06-26 09:38:26 -04:00 committed by GitHub
parent 1d7d3920a7
commit 3f6f7a7dd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,8 @@ http://opensource.org/licenses/MIT.
*Requires wallet support.* *Requires wallet support.*
{{WARNING_ICON}} Note: This RPC only returns a balance for addresses contained in the local wallet.
The `getreceivedbyaddress` RPC {{summary_getReceivedByAddress}} The `getreceivedbyaddress` RPC {{summary_getReceivedByAddress}}
*Parameter #1---the address* *Parameter #1---the address*
@ -23,7 +25,7 @@ The `getreceivedbyaddress` RPC {{summary_getReceivedByAddress}}
- n: "Address" - n: "Address"
t: "string" t: "string"
p: "Required<br>(exactly 1)" p: "Required<br>(exactly 1)"
d: "The address whose transactions should be tallied" d: "__Only works for addresses contained in the local wallet__<br><br>The address whose transactions should be tallied"
{% enditemplate %} {% enditemplate %}