mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Match empty RPC request with other requests
This commit is contained in:
parent
efad8c9f31
commit
dee9abcd60
1 changed files with 5 additions and 1 deletions
|
@ -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 a new issue