From ef2c8debe7cd0cf447e089306b966403e3378bcb Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 21 Jul 2018 19:26:04 -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 5a0a6c280..a69124c59 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -5028,7 +5028,7 @@ UniValue tokenswapask(const UniValue& params, bool fHelp) UniValue tokencancelask(const UniValue& params, bool fHelp) { - UniValue result(UniValue::VOBJ); std::string hex; int32_t i; uint256 tokenid,bidtxid; + UniValue result(UniValue::VOBJ); std::string hex; int32_t i; uint256 tokenid,asktxid; if ( fHelp || params.size() != 2 ) throw runtime_error("tokencancelask tokenid asktxid\n"); tokenid = Parseuint256((char *)params[0].get_str().c_str());