From 518ae45859f314dc35efc790a70ee608e046150c Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 12 Sep 2018 22:59:28 -1100 Subject: [PATCH] Test --- 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 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 )