diff options
Diffstat (limited to 'mobile/discover.go')
-rw-r--r-- | mobile/discover.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/discover.go b/mobile/discover.go index 9b3c93ccd..172a9b55a 100644 --- a/mobile/discover.go +++ b/mobile/discover.go @@ -22,7 +22,7 @@ package geth import ( "errors" - "github.com/ethereum/go-ethereum/p2p/discv5" + "github.com/dexon-foundation/dexon/p2p/discv5" ) // Enode represents a host on the network. |