diff --git a/src/wallet/wallet_rpc_server.cpp b/src/wallet/wallet_rpc_server.cpp index 5e8c8eb0897..23071cb0229 100755 --- a/src/wallet/wallet_rpc_server.cpp +++ b/src/wallet/wallet_rpc_server.cpp @@ -239,8 +239,6 @@ namespace tools {}); } - nlohmann::json id = var::get(epee_id); - std::string method; if(!ps.get_value("method", method, nullptr)) {