From 76b0bb4014b3445b91e5c1d2ae644476c37618e1 Mon Sep 17 00:00:00 2001 From: Shivam Sandbhor Date: Sat, 25 Nov 2023 20:57:52 +0530 Subject: [PATCH] ethereum: remove TODO comment from interfaces.go Signed-off-by: Shivam Sandbhor --- interfaces.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/interfaces.go b/interfaces.go index eb9af60076e..c4948191d18 100644 --- a/interfaces.go +++ b/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 {