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
|
||||
{
|
||||
typedef std::list<std::string> request;
|
||||
struct request
|
||||
{
|
||||
BEGIN_KV_SERIALIZE_MAP()
|
||||
END_KV_SERIALIZE_MAP()
|
||||
};
|
||||
|
||||
struct response
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue