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/protocol.go | |
parent | 46211993755749081d85561595baca388e663310 (diff) | |
download | go-tangerine-d8ea8f79720bbfc12c94b607841789eb67a6d117.tar go-tangerine-d8ea8f79720bbfc12c94b607841789eb67a6d117.tar.gz go-tangerine-d8ea8f79720bbfc12c94b607841789eb67a6d117.tar.bz2 go-tangerine-d8ea8f79720bbfc12c94b607841789eb67a6d117.tar.lz go-tangerine-d8ea8f79720bbfc12c94b607841789eb67a6d117.tar.xz go-tangerine-d8ea8f79720bbfc12c94b607841789eb67a6d117.tar.zst go-tangerine-d8ea8f79720bbfc12c94b607841789eb67a6d117.zip |
Change package name from eth to dex
Diffstat (limited to 'dex/protocol.go')
-rw-r--r-- | dex/protocol.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dex/protocol.go b/dex/protocol.go index 0e90e6a2e..de6354717 100644 --- a/dex/protocol.go +++ b/dex/protocol.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" |