From 6c28bdb8563b352d8a58e3104d9796006e27a44d Mon Sep 17 00:00:00 2001 From: j-berman Date: Mon, 24 Jun 2024 13:16:20 -0700 Subject: wallet2: move get_rpc_status func to RPC server definition file --- src/wallet/wallet2.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/wallet/wallet2.h') diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index 5f2f0e0c4..a89d2b856 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -1771,7 +1771,6 @@ private: boost::optional on_device_passphrase_request(bool & on_device); void on_device_progress(const hw::device_progress& event); - std::string get_rpc_status(const std::string &s) const; void throw_on_rpc_response_error(bool r, const epee::json_rpc::error &error, const std::string &status, const char *method) const; bool should_expand(const cryptonote::subaddress_index &index) const; -- cgit v1.2.3