Merge pull request #9423

aaeffb7 rpc: remove COMMAND_RPC_FAST_EXIT (hinto.janai)
This commit is contained in:
luigi1111 2024-08-13 12:17:46 -04:00
commit 4bb00420cc
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
1 changed files with 0 additions and 19 deletions

View File

@ -1847,25 +1847,6 @@ inline const std::string get_rpc_status(const bool trusted_daemon, const std::st
typedef epee::misc_utils::struct_init<response_t> response;
};
struct COMMAND_RPC_FAST_EXIT
{
struct request_t: public rpc_request_base
{
BEGIN_KV_SERIALIZE_MAP()
KV_SERIALIZE_PARENT(rpc_request_base)
END_KV_SERIALIZE_MAP()
};
typedef epee::misc_utils::struct_init<request_t> request;
struct response_t: public rpc_response_base
{
BEGIN_KV_SERIALIZE_MAP()
KV_SERIALIZE_PARENT(rpc_response_base)
END_KV_SERIALIZE_MAP()
};
typedef epee::misc_utils::struct_init<response_t> response;
};
struct COMMAND_RPC_GET_LIMIT
{
struct request_t: public rpc_request_base