Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

staking miner: remove needless queue check #6221

Merged
merged 3 commits into from
Nov 8, 2022

Commits on Oct 31, 2022

  1. 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.
    niklasad1 committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    157e6ab View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. fix compile warns

    niklasad1 committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    2afbb13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81b6c6b View commit details
    Browse the repository at this point in the history