diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-12-04 17:28:24 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-12-04 17:28:24 +0200 |
commit | e282e9fa407b9a6dd44a72354142fcaaeb8c97b8 (patch) | |
tree | 7762d868657119fa9c9ca0ae16981cf5fc3a3778 /src/rpc/message_data_structs.h | |
parent | Merge pull request #4877 (diff) | |
parent | rpc: add version to get_info (diff) | |
download | monero-e282e9fa407b9a6dd44a72354142fcaaeb8c97b8.tar.xz |
Merge pull request #4878
517f25ef rpc: add version to get_info (Jethro Grassie)
Diffstat (limited to 'src/rpc/message_data_structs.h')
-rw-r--r-- | src/rpc/message_data_structs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/message_data_structs.h b/src/rpc/message_data_structs.h index 3b56aff15..e09b6749e 100644 --- a/src/rpc/message_data_structs.h +++ b/src/rpc/message_data_structs.h @@ -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 |