mirror of
https://github.com/monero-project/monero.git
synced 2026-01-18 18:43:05 +01:00
changed height to uint64_t
This commit is contained in:
@@ -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()
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user