diff options
Diffstat (limited to 'event/subscription.go')
-rw-r--r-- | event/subscription.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/event/subscription.go b/event/subscription.go index 83bd21213..02d7b9d7d 100644 --- a/event/subscription.go +++ b/event/subscription.go @@ -17,11 +17,11 @@ package event import ( + "context" "sync" "time" "github.com/ethereum/go-ethereum/common/mclock" - "golang.org/x/net/context" ) // Subscription represents a stream of events. The carrier of the events is typically a |