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 d03f46507..b0fbfad94 100644 --- a/event/subscription.go +++ b/event/subscription.go @@ -21,7 +21,7 @@ import ( "sync" "time" - "github.com/ethereum/go-ethereum/common/mclock" + "github.com/dexon-foundation/dexon/common/mclock" ) // Subscription represents a stream of events. The carrier of the events is typically a |