mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
changed height to uint64_t
This commit is contained in:
parent
4cd7913a04
commit
791e7fb263
1 changed files with 4 additions and 4 deletions
|
@ -88,10 +88,10 @@ namespace wallet_rpc
|
|||
|
||||
struct response
|
||||
{
|
||||
std::string height;
|
||||
BEGIN_KV_SERIALIZE_MAP()
|
||||
KV_SERIALIZE(height)
|
||||
END_KV_SERIALIZE_MAP()
|
||||
uint64_t height;
|
||||
BEGIN_KV_SERIALIZE_MAP()
|
||||
KV_SERIALIZE(height)
|
||||
END_KV_SERIALIZE_MAP()
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue