mirror of
https://github.com/monero-project/monero.git
synced 2025-08-24 07:29:23 -04:00
wallet2: move get_rpc_status func to RPC server definition file
This commit is contained in:
parent
cc73fe7116
commit
6c28bdb856
3 changed files with 25 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue