mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
RPC - protx update_registrar update
- Rename votingKeyAddr to votingAddress Related to dashpay/dash#2747
This commit is contained in:
parent
0581c5b620
commit
b151bce114
1 changed files with 2 additions and 2 deletions
|
@ -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*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue