mirror of
https://github.com/monero-project/monero.git
synced 2025-12-13 12:44:48 -05:00
rpc: add version to get_info
This commit is contained in:
parent
84dd674cd0
commit
517f25efd1
5 changed files with 11 additions and 1 deletions
|
|
@ -191,6 +191,7 @@ namespace rpc
|
|||
uint64_t block_size_median;
|
||||
uint64_t block_weight_median;
|
||||
uint64_t start_time;
|
||||
std::string version;
|
||||
};
|
||||
|
||||
struct output_distribution
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue