Remove outdated information about peg-in address creation pre-HD

This commit is contained in:
Gregory Sanders 2019-12-04 09:28:00 -05:00
parent 2949ea924f
commit e2a5d8adfd

View file

@ -4823,8 +4823,7 @@ UniValue getpeginaddress(const JSONRPCRequest& request)
throw std::runtime_error( throw std::runtime_error(
RPCHelpMan{"getpeginaddress", RPCHelpMan{"getpeginaddress",
"\nReturns information needed for claimpegin to move coins to the sidechain.\n" "\nReturns information needed for claimpegin to move coins to the sidechain.\n"
"The user should send coins from their Bitcoin wallet to the mainchain_address returned.\n" "The user should send coins from their Bitcoin wallet to the mainchain_address returned.\n",
"IMPORTANT: Like getaddress, getpeginaddress adds new secrets to wallet.dat, necessitating backup on a regular basis.\n",
{}, {},
RPCResult{ RPCResult{
"\"mainchain_address\" (string) Mainchain Bitcoin deposit address to send bitcoin to\n" "\"mainchain_address\" (string) Mainchain Bitcoin deposit address to send bitcoin to\n"