mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge #795: Remove outdated information about peg-in address creation pre-HD
e2a5d8adf Remove outdated information about peg-in address creation pre-HD (Gregory Sanders)
Pull request description:
resolves https://github.com/ElementsProject/elements/issues/794
Tree-SHA512: e7d94779f9cc7a41b1300c977b4f6dc125cb7b00abdf85b77f99fdeaeabe0ca463105aaaeb56ba8ad2f6cd799e0d813d8f84136e307d240a9c04251aacb5a4ba
This commit is contained in:
commit
f6748b39a6
1 changed files with 1 additions and 2 deletions
|
|
@ -4970,8 +4970,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