ethereum: remove TODO comment about subscription (#28609)

pull/28459/head
Shivam Sandbhor 12 months ago committed by GitHub
parent 63979bc9cc
commit 248dc50ee8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      interfaces.go

@ -29,8 +29,6 @@ import (
// NotFound is returned by API methods if the requested item does not exist.
var NotFound = errors.New("not found")
// TODO: move subscription to package event
// Subscription represents an event subscription where events are
// delivered on a data channel.
type Subscription interface {

Loading…
Cancel
Save