1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/events.go

11 lines
131 B
Go

package eth
import "container/list"
type PeerListEvent struct {
Peers *list.List
}
type ChainSyncEvent struct {
InSync bool
}