ShareReceiver represents SmartPool itself which accepts solutions from miners.
| 108 | // ShareReceiver represents SmartPool itself which accepts solutions from |
| 109 | // miners. |
| 110 | type ShareReceiver interface { |
| 111 | AcceptSolution(s Solution) Share |
| 112 | } |
| 113 | |
| 114 | type PoolMonitor interface { |
| 115 | RequireClientUpdate() bool |
nothing calls this directly
no outgoing calls
no test coverage detected