wallet2: move get_rpc_status func to RPC server definition file

This commit is contained in:
j-berman 2024-06-24 13:16:20 -07:00
parent cc73fe7116
commit 6c28bdb856
3 changed files with 25 additions and 24 deletions

View file

@ -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;