diff options
Diffstat (limited to 'mobile/context.go')
-rw-r--r-- | mobile/context.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mobile/context.go b/mobile/context.go index 9df94b689..f1fff9011 100644 --- a/mobile/context.go +++ b/mobile/context.go @@ -20,9 +20,8 @@ package geth import ( + "context" "time" - - "golang.org/x/net/context" ) // Context carries a deadline, a cancelation signal, and other values across API |