Skip to content

Commit c636b77

Browse files
authored
Merge pull request #181 from abdevil05/dev
wallet_rpc: fix JSON-RPC id redeclaration
2 parents bf8bb00 + d2c7959 commit c636b77

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/wallet/wallet_rpc_server.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,6 @@ namespace tools
239239
{});
240240
}
241241

242-
nlohmann::json id = var::get<std::string>(epee_id);
243-
244242
std::string method;
245243
if(!ps.get_value("method", method, nullptr))
246244
{

0 commit comments

Comments
 (0)