diff options
author | Sonic <sonic@cobinhood.com> | 2018-09-19 18:56:06 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@byzantine-lab.io> | 2019-06-12 17:21:31 +0800 |
commit | bd3f617267be4b6879285d1ebf97eceb501e3bea (patch) | |
tree | 1ebe74f01a4d6f69d057056c482503205f853e11 /dex/handler.go | |
parent | 4dc829780c3bf1dcfc097a0f176d0df3f221f028 (diff) | |
download | go-tangerine-bd3f617267be4b6879285d1ebf97eceb501e3bea.tar.gz go-tangerine-bd3f617267be4b6879285d1ebf97eceb501e3bea.tar.zst go-tangerine-bd3f617267be4b6879285d1ebf97eceb501e3bea.zip |
Change package name from eth to dex
Diffstat (limited to 'dex/handler.go')
-rw-r--r-- | dex/handler.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dex/handler.go b/dex/handler.go index 9f4522627..b9a354f42 100644 --- a/dex/handler.go +++ b/dex/handler.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 ( "encoding/json" |