good morning!!!!

Skip to content
Snippets Groups Projects
Commit 1722ba16 authored by ptsayli@gmail.com's avatar ptsayli@gmail.com
Browse files

remove commented code

parent 50db55da
Branches
Tags
No related merge requests found
...@@ -1143,11 +1143,6 @@ func validateEventRecord(eventRecord *EventRecordWithTime, number uint64, to tim ...@@ -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
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment