()
| 30 | } |
| 31 | |
| 32 | func (nc *NetworkClient) ReadyToMine() bool { |
| 33 | return !nc.rpc.Syncing() |
| 34 | } |
| 35 | |
| 36 | func (nc *NetworkClient) Configure(etherbase common.Address, extradata string) error { |
| 37 | client, err := nc.rpc.ClientVersion() |
nothing calls this directly
no test coverage detected