aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.h
diff options
context:
space:
mode:
authorj-berman <justinberman@protonmail.com>2024-06-24 13:16:20 -0700
committerj-berman <justinberman@protonmail.com>2024-06-24 17:44:23 -0700
commit6c28bdb8563b352d8a58e3104d9796006e27a44d (patch)
tree9740580ec391f09e62ef92b11fbc0094d0b14723 /src/wallet/wallet2.h
parentMerge pull request #9202 (diff)
downloadmonero-6c28bdb8563b352d8a58e3104d9796006e27a44d.tar.xz
wallet2: move get_rpc_status func to RPC server definition file
Diffstat (limited to '')
-rw-r--r--src/wallet/wallet2.h1
1 files changed, 0 insertions, 1 deletions
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<epee::wipeable_string> 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;