mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2025-03-31 17:11:22 -06:00
changed height to uint64_t
This commit is contained in:
parent
4cd7913a04
commit
791e7fb263
@ -88,10 +88,10 @@ namespace wallet_rpc
|
|||||||
|
|
||||||
struct response
|
struct response
|
||||||
{
|
{
|
||||||
std::string height;
|
uint64_t height;
|
||||||
BEGIN_KV_SERIALIZE_MAP()
|
BEGIN_KV_SERIALIZE_MAP()
|
||||||
KV_SERIALIZE(height)
|
KV_SERIALIZE(height)
|
||||||
END_KV_SERIALIZE_MAP()
|
END_KV_SERIALIZE_MAP()
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user