eth, eth/downloader, miner: use download events to check miner start
This commit is contained in:
5
eth/downloader/events.go
Normal file
5
eth/downloader/events.go
Normal file
@ -0,0 +1,5 @@
|
||||
package downloader
|
||||
|
||||
type DoneEvent struct{}
|
||||
type StartEvent struct{}
|
||||
type FailedEvent struct{ Err error }
|
Reference in New Issue
Block a user