From ea7c4fc90632a52b629040b361db76e48388f226 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Thu, 27 Feb 2020 02:12:42 +0100 Subject: [PATCH] commented broken code --- src/wallet/plain_wallet_api.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/wallet/plain_wallet_api.cpp b/src/wallet/plain_wallet_api.cpp index 73200606..d92571bd 100644 --- a/src/wallet/plain_wallet_api.cpp +++ b/src/wallet/plain_wallet_api.cpp @@ -216,17 +216,18 @@ namespace plain_wallet if (method_name == "close_wallet") { uint64_t wal_id = 0; - epee::string_tools:get_xnum_from_hex_string(params, wal_id); - if() + //epee::string_tools:get_xnum_from_hex_string(params, wal_id); + //if() async_callback = []() - {return + { + //return }; } else if (method_name == "open") { - view::open_wallet_request + //view::open_wallet_request }