diff options
author | Jethro Grassie <jtg@xtrabass.com> | 2018-11-20 13:18:08 -0500 |
---|---|---|
committer | Jethro Grassie <jtg@xtrabass.com> | 2018-11-21 12:56:34 -0500 |
commit | 517f25efd1d8cc6f10f777b6f8ddd79a088fae4b (patch) | |
tree | ee28b49f01396e7559ebf1c88f1d81e70773e3b1 /src/rpc/message_data_structs.h | |
parent | Merge pull request #4781 (diff) | |
download | monero-517f25efd1d8cc6f10f777b6f8ddd79a088fae4b.tar.xz |
rpc: add version to get_info
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 |