Skip to content

Commit

Permalink
Remove outdated information about peg-in address creation pre-HD
Browse files Browse the repository at this point in the history
  • Loading branch information
instagibbs committed Dec 4, 2019
1 parent 2949ea9 commit e2a5d8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/wallet/rpcwallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4823,8 +4823,7 @@ UniValue getpeginaddress(const JSONRPCRequest& request)
throw std::runtime_error(
RPCHelpMan{"getpeginaddress",
"\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"
"IMPORTANT: Like getaddress, getpeginaddress adds new secrets to wallet.dat, necessitating backup on a regular basis.\n",
"The user should send coins from their Bitcoin wallet to the mainchain_address returned.\n",
{},
RPCResult{
"\"mainchain_address\" (string) Mainchain Bitcoin deposit address to send bitcoin to\n"
Expand Down

0 comments on commit e2a5d8a

Please sign in to comment.