RPC - protx update_registrar update

- Rename votingKeyAddr to votingAddress

Related to dashpay/dash#2747
This commit is contained in:
thephez 2019-04-08 15:54:49 -04:00
parent 0581c5b620
commit b151bce114
No known key found for this signature in database
GPG key ID: BBC8A06DBE236099

View file

@ -736,10 +736,10 @@ The `protx<!--noref--> update_registrar` RPC creates and sends a ProUpRegTx to t
*Parameter #3---voting key address*
{% itemplate ntpd1 %}
- n: "`votingKeyAddr`"
- n: "`votingAddress`"
t: "string (hex)"
p: "Required<br>(exactly 1)"
d: "The voting key address. The private key does not have to be known by your wallet. It has to match the private key which is later used when voting on proposals. If set to '0' or an empty string, the last on-chain voting key of the masternode will be used."
d: "The voting key address. The private key does not have to be known by your wallet. It has to match the private key which is later used when voting on proposals. If set to an empty string, `ownerAddress` will be used."
{% enditemplate %}
*Parameter #4---operator payout address*