Skip to content

Commit

Permalink
remove completed TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardmack committed May 17, 2023
1 parent 8e16f66 commit f9df7f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dot/network/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@ func (s *Service) Start() error {
logger.Info("started network service with supported protocols " + strings.Join(s.host.protocols(), ", "))

if s.Metrics.Publish {
// TODO(ed) remove before commit
processStartTimeGauge.Set(float64(time.Now().Unix()))
go s.updateMetrics()
}
Expand Down
1 change: 0 additions & 1 deletion dot/rpc/modules/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,6 @@ func (sm *StateModule) QueryStorage(

// QueryStorageAt queries historical storage entries (by key) at the block hash given or
// the best block if the given block hash is nil
// TODO(ed): remove before merge into development after PR #3191 has been merged
func (sm *StateModule) QueryStorageAt(
_ *http.Request, request *StateStorageQueryAtRequest, response *[]StorageChangeSetResponse) error {
atBlockHash := request.At
Expand Down

0 comments on commit f9df7f2

Please sign in to comment.