mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
ethereum: remove TODO comment about subscription (#28609)
This commit is contained in:
parent
63979bc9cc
commit
248dc50ee8
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Reference in a new issue