diff options
author | Sonic <sonic@cobinhood.com> | 2018-09-19 18:56:06 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-03-07 18:45:19 +0800 |
commit | 93b80e7542c06f03ee9184401d655fbf735de2f4 (patch) | |
tree | 43c091c82fbcc3e5311441c4066140b4e46bde5e /dex/helper_test.go | |
parent | d1d1db2b21029d3d6daf004689185d00b0df64b1 (diff) | |
download | dexon-93b80e7542c06f03ee9184401d655fbf735de2f4.tar.gz dexon-93b80e7542c06f03ee9184401d655fbf735de2f4.tar.zst dexon-93b80e7542c06f03ee9184401d655fbf735de2f4.zip |
Change package name from eth to dex
Diffstat (limited to 'dex/helper_test.go')
-rw-r--r-- | dex/helper_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dex/helper_test.go b/dex/helper_test.go index 3d2ab0aba..13d2bbaec 100644 --- a/dex/helper_test.go +++ b/dex/helper_test.go @@ -17,7 +17,7 @@ // This file contains some shares testing functionality, common to multiple // different files and modules being tested. -package eth +package dex import ( "crypto/ecdsa" |