diff options
author | Sonic <sonic@cobinhood.com> | 2018-09-19 18:56:06 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-09 10:47:32 +0800 |
commit | d7a1bc2af070872cb3645e0f8ce4f27dd9460289 (patch) | |
tree | 230ba30dafe394b7f9082e75e22460f2cfb16596 /dex/sync.go | |
parent | be9bf86b5bfefccbe848eadf4440af7232dd6b09 (diff) | |
download | dexon-d7a1bc2af070872cb3645e0f8ce4f27dd9460289.tar dexon-d7a1bc2af070872cb3645e0f8ce4f27dd9460289.tar.gz dexon-d7a1bc2af070872cb3645e0f8ce4f27dd9460289.tar.bz2 dexon-d7a1bc2af070872cb3645e0f8ce4f27dd9460289.tar.lz dexon-d7a1bc2af070872cb3645e0f8ce4f27dd9460289.tar.xz dexon-d7a1bc2af070872cb3645e0f8ce4f27dd9460289.tar.zst dexon-d7a1bc2af070872cb3645e0f8ce4f27dd9460289.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" |