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_test.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/protocol_test.go')
-rw-r--r-- | dex/protocol_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dex/protocol_test.go b/dex/protocol_test.go index aa43dfa92..1a3d7b124 100644 --- a/dex/protocol_test.go +++ b/dex/protocol_test.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" |