Commit e1ccb849 authored by Niklas Adolfsson's avatar Niklas Adolfsson Committed by GitHub
Browse files

staking miner: remove needless queue check (#6221)

* staking miner: remove needless queue check

If the queue is full and the "mined solution" is better than solutions in the queue according to the "strategy"
then the solution with worse score will be kicked out from the queue.

Thus, the check can be removed completly.

* fix compile warns
parent 63c6f184
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment