mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-16 08:53:46 +00:00
remove commented code
This commit is contained in:
parent
50db55daa5
commit
1722ba1657
1 changed files with 0 additions and 5 deletions
|
|
@ -1143,11 +1143,6 @@ func validateEventRecord(eventRecord *EventRecordWithTime, number uint64, to tim
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// // SubscribeStateSyncEvent registers a subscription of StateSyncEvent.
|
|
||||||
// func (c *Bor) SubscribeStateSyncEvent(ch chan<- core.StateSyncEvent) event.Subscription {
|
|
||||||
// return c.scope.Track(c.stateSyncFeed.Subscribe(ch))
|
|
||||||
// }
|
|
||||||
|
|
||||||
func (c *Bor) SetHeimdallClient(h IHeimdallClient) {
|
func (c *Bor) SetHeimdallClient(h IHeimdallClient) {
|
||||||
c.HeimdallClient = h
|
c.HeimdallClient = h
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue