Skip to content

Commit 248dc50

Browse files
authored
ethereum: remove TODO comment about subscription (#28609)
1 parent 63979bc commit 248dc50

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

interfaces.go

-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ import (
2929
// NotFound is returned by API methods if the requested item does not exist.
3030
var NotFound = errors.New("not found")
3131

32-
// TODO: move subscription to package event
33-
3432
// Subscription represents an event subscription where events are
3533
// delivered on a data channel.
3634
type Subscription interface {

0 commit comments

Comments
 (0)