From b151bce114a2951e13ead2fb9d7785e23c4bd555 Mon Sep 17 00:00:00 2001 From: thephez Date: Mon, 8 Apr 2019 15:54:49 -0400 Subject: [PATCH] RPC - protx update_registrar update - Rename votingKeyAddr to votingAddress Related to dashpay/dash#2747 --- _includes/devdoc/dash-core/rpcs/rpcs/protx.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/protx.md b/_includes/devdoc/dash-core/rpcs/rpcs/protx.md index a54e2876..829d61a1 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/protx.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/protx.md @@ -736,10 +736,10 @@ The `protx 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
(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*