diff options
author | luigi1111 <luigi1111w@gmail.com> | 2024-07-16 18:58:08 -0400 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2024-07-16 18:58:08 -0400 |
commit | 8dbbc478047b4b036cdd722d67f90313550bb8d7 (patch) | |
tree | c5bf2046da95fa723844e298271cba80ddcc84c9 /src/wallet/wallet2.h | |
parent | Merge pull request #9370 (diff) | |
parent | wallet2: move get_rpc_status func to RPC server definition file (diff) | |
download | monero-8dbbc478047b4b036cdd722d67f90313550bb8d7.tar.xz |
Merge pull request #9379
6c28bdb wallet2: move get_rpc_status func to RPC server definition file (j-berman)
Diffstat (limited to '')
-rw-r--r-- | src/wallet/wallet2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index e86ea0c79..e2ccdf9da 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -1911,7 +1911,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; |