Describe the bug
the firmware seems to treat valid shares as found blocks, even if the share was never submitted to the pool.
To Reproduce
Steps to reproduce the behavior:
- Set up a regtest node
- Set up a pool pointing to it with a high difficulty (10k is plenty, 25k at most)
- mine on it with your axe
- watch the "block found" banner pop up even though no shares were submitted to the pool
Expected behavior
I expected the block found banner to appear only with submitted shares.