From d7a1bc2af070872cb3645e0f8ce4f27dd9460289 Mon Sep 17 00:00:00 2001 From: Sonic Date: Wed, 19 Sep 2018 18:56:06 +0800 Subject: Change package name from eth to dex --- dex/sync.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dex/sync.go') diff --git a/dex/sync.go b/dex/sync.go index e49e40087..9c070e36f 100644 --- a/dex/sync.go +++ b/dex/sync.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 . -package eth +package dex import ( "math/rand" -- cgit v1.2.3