Print merge mining status
This commit is contained in:
@@ -32,6 +32,8 @@ public:
|
||||
bool get_params(ChainParameters& out_params) const override;
|
||||
void submit_solution(const BlockTemplate* block_tpl, const uint8_t (&hashing_blob)[128], size_t nonce_offset, const hash& seed_hash, const std::vector<uint8_t>& blob, const std::vector<hash>& merkle_proof, uint32_t merkle_proof_path) override;
|
||||
|
||||
void print_status() const override;
|
||||
|
||||
private:
|
||||
static void loop(void* data);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user