Change out of date comment for getpeginaddress

This commit is contained in:
Gregory Sanders 2016-12-17 11:20:06 -05:00
parent 4e8b3a4798
commit 2f3c2676b4

View file

@ -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.