ReadyToMine returns true when the network is ready to give and accept pow work and solution. It returns false otherwise.
()
| 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 |
| 104 | // Configure configs etherbase and extradata to the network client |
| 105 | Configure(etherbase common.Address, extradata string) error |
| 106 | } |
no outgoing calls
no test coverage detected