diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index 8f94d84a5..e01d813c6 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -5514,7 +5514,7 @@ UniValue gatewayswithdraw(const UniValue& params, bool fHelp) UniValue gatewaysmarkdone(const UniValue& params, bool fHelp) { - UniValue result(UniValue::VOBJ); uint256 withdrawtxid; std::string hex; + UniValue result(UniValue::VOBJ); uint256 withdrawtxid,cointxid; std::string hex,coin; if ( fHelp || params.size() != 1 ) throw runtime_error("gatewaysmarkdone withdrawtxid coin cointxid\n"); if ( ensure_CCrequirements() < 0 )