mirror of
https://github.com/monero-project/monero.git
synced 2026-01-27 07:14:35 -08:00
default initialize rpc structures
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
namespace cryptonote
|
||||
{
|
||||
struct core_stat_info
|
||||
struct core_stat_info_t
|
||||
{
|
||||
uint64_t tx_pool_size;
|
||||
uint64_t blockchain_height;
|
||||
@@ -50,4 +50,5 @@ namespace cryptonote
|
||||
KV_SERIALIZE(top_block_id_str)
|
||||
END_KV_SERIALIZE_MAP()
|
||||
};
|
||||
typedef epee::misc_utils::struct_init<core_stat_info_t> core_stat_info;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user