mirror of
https://github.com/monero-project/monero.git
synced 2025-12-09 00:21:28 +09:00
Match empty RPC request with other requests
This commit is contained in:
parent
efad8c9f31
commit
dee9abcd60
@ -414,7 +414,11 @@ namespace cryptonote
|
|||||||
|
|
||||||
struct COMMAND_RPC_GET_LAST_BLOCK_HEADER
|
struct COMMAND_RPC_GET_LAST_BLOCK_HEADER
|
||||||
{
|
{
|
||||||
typedef std::list<std::string> request;
|
struct request
|
||||||
|
{
|
||||||
|
BEGIN_KV_SERIALIZE_MAP()
|
||||||
|
END_KV_SERIALIZE_MAP()
|
||||||
|
};
|
||||||
|
|
||||||
struct response
|
struct response
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user