From 2f3c2676b4e10367e3c5ca94af163640a9cb461a Mon Sep 17 00:00:00 2001 From: Gregory Sanders Date: Sat, 17 Dec 2016 11:20:06 -0500 Subject: [PATCH] Change out of date comment for getpeginaddress --- src/wallet/rpcwallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index 62b92d93f7..c84daed67e 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -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.