Skip to content

Commit

Permalink
Add missing help text for operatorPayoutAddress (#2679)
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Feb 4, 2019
1 parent 68c0de4 commit 7219659
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/rpc/rpcevo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7219659

Please sign in to comment.