From 721965990a96ecaf3c0d664845d7555df5d83c0d Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Mon, 4 Feb 2019 12:52:24 +0300 Subject: [PATCH] Add missing help text for `operatorPayoutAddress` (#2679) --- src/rpc/rpcevo.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/rpc/rpcevo.cpp b/src/rpc/rpcevo.cpp index 7cf432cee63b9..ad4db55cc8216 100644 --- a/src/rpc/rpcevo.cpp +++ b/src/rpc/rpcevo.cpp @@ -62,6 +62,11 @@ std::string GetHelpString(int nParamNum, std::string strParamName) "%d. \"operatorKey\" (string, required) The operator private key belonging to the\n" " registered operator public key.\n" }, + {"operatorPayoutAddress", + "%d. \"operatorPayoutAddress\" (string, optional) The address used for operator reward payments.\n" + " Only allowed when the ProRegTx had a non-zero operatorReward value.\n" + " If set to an empty string, the currently active payout address is reused.\n" + }, {"operatorPubKey", "%d. \"operatorPubKey\" (string, required) The operator BLS public key. The private key does not have to be known.\n" " It has to match the private key which is later used when operating the masternode.\n"