mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Change out of date comment for getpeginaddress
This commit is contained in:
parent
4e8b3a4798
commit
2f3c2676b4
1 changed files with 1 additions and 1 deletions
|
|
@ -2805,7 +2805,7 @@ UniValue getpeginaddress(const UniValue& params, bool fHelp)
|
|||
+ HelpExampleRpc("getpeginaddress", "\"myaccount\"")
|
||||
);
|
||||
|
||||
//Creates new address for later receipt of final funds in spendclaim
|
||||
//Creates new address for receiving unlocked utxos
|
||||
CBitcoinAddress address(CBitcoinAddress(getnewaddress(params, false).get_str()).GetUnblinded());
|
||||
|
||||
//Call contracthashtool, get deposit address on mainchain.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue