diff options
author | Sonic <sonic@cobinhood.com> | 2018-09-19 18:56:06 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2018-12-19 18:45:25 +0800 |
commit | 07d7940e75cc73d026099a3a316a1b61886effd1 (patch) | |
tree | 5955f46b52d6faf21d4bafd1d9a9ae0fbd68cb9b /dex/helper_test.go | |
parent | 92fdb2d4f9a137971af1a94225e106db42d839cb (diff) | |
download | dexon-07d7940e75cc73d026099a3a316a1b61886effd1.tar dexon-07d7940e75cc73d026099a3a316a1b61886effd1.tar.gz dexon-07d7940e75cc73d026099a3a316a1b61886effd1.tar.bz2 dexon-07d7940e75cc73d026099a3a316a1b61886effd1.tar.lz dexon-07d7940e75cc73d026099a3a316a1b61886effd1.tar.xz dexon-07d7940e75cc73d026099a3a316a1b61886effd1.tar.zst dexon-07d7940e75cc73d026099a3a316a1b61886effd1.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" |