From a985f63be8f19c9ce2a18755ab5cc2cdb80c8e10 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 10 Sep 2018 05:15:28 -1100 Subject: [PATCH] pubkey --- 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 c3e21fe1e..1e79e2862 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -5445,7 +5445,7 @@ UniValue gatewaysbind(const UniValue& params, bool fHelp) UniValue gatewaysdeposit(const UniValue& params, bool fHelp) { - UniValue result(UniValue::VOBJ); int32_t i,claimvout,height,numpks; int64_t amount; std::string hex,coin,deposithex; uint256 bindtxid,cointxid; std::vectorpubkeys; std::vectorproof,redeemscript; + UniValue result(UniValue::VOBJ); int32_t i,claimvout,height,numpks; int64_t amount; std::string hex,coin,deposithex; uint256 bindtxid,cointxid; std::vectorpubkeys; std::vectorproof,redeemscript; CPubKey pubkey; if ( fHelp || params.size() != 11 ) throw runtime_error("gatewaysdeposit bindtxid height coin cointxid claimvout deposithex proof redeemscript amount numpks oraclepks\n"); if ( ensure_CCrequirements() < 0 )