aboutsummaryrefslogtreecommitdiffstats
path: root/dex/protocol_test.go
diff options
context:
space:
mode:
authorSonic <sonic@cobinhood.com>2018-09-19 18:56:06 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 21:32:48 +0800
commitd8ea8f79720bbfc12c94b607841789eb67a6d117 (patch)
tree8e8440daccc31e634db82a96c23a80bc62a1ce00 /dex/protocol_test.go
parent46211993755749081d85561595baca388e663310 (diff)
downloaddexon-d8ea8f79720bbfc12c94b607841789eb67a6d117.tar
dexon-d8ea8f79720bbfc12c94b607841789eb67a6d117.tar.gz
dexon-d8ea8f79720bbfc12c94b607841789eb67a6d117.tar.bz2
dexon-d8ea8f79720bbfc12c94b607841789eb67a6d117.tar.lz
dexon-d8ea8f79720bbfc12c94b607841789eb67a6d117.tar.xz
dexon-d8ea8f79720bbfc12c94b607841789eb67a6d117.tar.zst
dexon-d8ea8f79720bbfc12c94b607841789eb67a6d117.zip
Change package name from eth to dex
Diffstat (limited to 'dex/protocol_test.go')
-rw-r--r--dex/protocol_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dex/protocol_test.go b/dex/protocol_test.go
index aa43dfa92..1a3d7b124 100644
--- a/dex/protocol_test.go
+++ b/dex/protocol_test.go
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
-package eth
+package dex
import (
"fmt"