Check network type at startup
- Make network type part of consensus ID to avoid mixing p2pool nodes from mainnet and testnet/stagenet - Check that wallet address matches the network type of monerod
This commit is contained in:
@@ -102,6 +102,9 @@ private:
|
||||
|
||||
void stratum_on_block();
|
||||
|
||||
void get_info();
|
||||
void parse_get_info_rpc(const char* data, size_t size);
|
||||
|
||||
void get_miner_data();
|
||||
void parse_get_miner_data_rpc(const char* data, size_t size);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user