diff options
| author | victorsintnicolaas <vicsn@users.noreply.github.com> | 2018-06-13 22:38:26 +0200 |
|---|---|---|
| committer | victorsintnicolaas <vicsn@users.noreply.github.com> | 2018-06-29 10:06:18 +0200 |
| commit | 9e1403e1556c58065bf415a507af06f19f3cfeda (patch) | |
| tree | a41a7877481b071977f22e81ff4a71f081ee7baf /src/rpc/message_data_structs.h | |
| parent | 34cb6b4b703f30be89388f4cdcc5d7b6780ee988 (diff) | |
| download | monzero-core-9e1403e1556c58065bf415a507af06f19f3cfeda.tar.gz monzero-core-9e1403e1556c58065bf415a507af06f19f3cfeda.tar.xz monzero-core-9e1403e1556c58065bf415a507af06f19f3cfeda.zip | |
update get_info RPC and bump RPC version
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 17ae9629f..fc1b2329d 100644 --- a/src/rpc/message_data_structs.h +++ b/src/rpc/message_data_structs.h @@ -181,6 +181,7 @@ namespace rpc bool mainnet; bool testnet; bool stagenet; + std::string nettype; crypto::hash top_block_hash; uint64_t cumulative_difficulty; uint64_t block_size_limit; |
