MCPcopy Create free account
hub / github.com/SmartPool/smartpool-client / ReadyToMine

Method ReadyToMine

ethereum/network_client.go:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Implementers 1

NetworkClientethereum/network_client.go

Calls 1

SyncingMethod · 0.65

Tested by

no test coverage detected