SideChain: submit blocks to monerod in more cases

This commit is contained in:
SChernykh
2021-09-13 10:14:53 +02:00
parent ca976e5998
commit 0d439e7712
3 changed files with 26 additions and 6 deletions

View File

@@ -74,6 +74,8 @@ public:
void api_update_block_found(const ChainMain* data);
bool get_difficulty_at_height(uint64_t height, difficulty_type& diff);
private:
p2pool(const p2pool&) = delete;
p2pool(p2pool&&) = delete;