mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Remove outdated information about peg-in address creation pre-HD
This commit is contained in:
parent
2949ea924f
commit
e2a5d8adfd
1 changed files with 1 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue