SubmitSolution submits the solution that miner has submitted to SmartPool so the full block solution can take credits. It also maintain workflow between miner and the network client.
(s Solution)
| 98 | // so the full block solution can take credits. It also maintain workflow |
| 99 | // between miner and the network client. |
| 100 | SubmitSolution(s Solution) bool |
| 101 | // ReadyToMine returns true when the network is ready to give and accept |
| 102 | // pow work and solution. It returns false otherwise. |
| 103 | ReadyToMine() bool |
no outgoing calls
no test coverage detected