diff options
author | Sonic <sonic@cobinhood.com> | 2018-09-19 18:56:06 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 21:32:48 +0800 |
commit | d8ea8f79720bbfc12c94b607841789eb67a6d117 (patch) | |
tree | 8e8440daccc31e634db82a96c23a80bc62a1ce00 /dex/sync.go | |
parent | 46211993755749081d85561595baca388e663310 (diff) | |
download | dexon-d8ea8f79720bbfc12c94b607841789eb67a6d117.tar.gz dexon-d8ea8f79720bbfc12c94b607841789eb67a6d117.tar.zst dexon-d8ea8f79720bbfc12c94b607841789eb67a6d117.zip |
Change package name from eth to dex
Diffstat (limited to 'dex/sync.go')
-rw-r--r-- | dex/sync.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. -package eth +package dex import ( "math/rand" |