From 9e1403e1556c58065bf415a507af06f19f3cfeda Mon Sep 17 00:00:00 2001 From: victorsintnicolaas Date: Wed, 13 Jun 2018 22:38:26 +0200 Subject: update get_info RPC and bump RPC version --- src/rpc/message_data_structs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rpc/message_data_structs.h') 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; -- cgit v1.2.3