Match empty RPC request with other requests

This commit is contained in:
Zachary Michaels 2014-07-01 12:11:06 -04:00
parent efad8c9f31
commit dee9abcd60
1 changed files with 5 additions and 1 deletions

View File

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