diff options
Diffstat (limited to 'mobile/init.go')
-rw-r--r-- | mobile/init.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/init.go b/mobile/init.go index 2025d85ed..c4cc38550 100644 --- a/mobile/init.go +++ b/mobile/init.go @@ -22,7 +22,7 @@ import ( "os" "runtime" - "github.com/ethereum/go-ethereum/log" + "github.com/dexon-foundation/dexon/log" ) func init() { |