diff options
author | Sonic <sonic@cobinhood.com> | 2018-09-19 18:56:06 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2018-12-19 18:45:25 +0800 |
commit | 07d7940e75cc73d026099a3a316a1b61886effd1 (patch) | |
tree | 5955f46b52d6faf21d4bafd1d9a9ae0fbd68cb9b /dex/protocol.go | |
parent | 92fdb2d4f9a137971af1a94225e106db42d839cb (diff) | |
download | dexon-07d7940e75cc73d026099a3a316a1b61886effd1.tar dexon-07d7940e75cc73d026099a3a316a1b61886effd1.tar.gz dexon-07d7940e75cc73d026099a3a316a1b61886effd1.tar.bz2 dexon-07d7940e75cc73d026099a3a316a1b61886effd1.tar.lz dexon-07d7940e75cc73d026099a3a316a1b61886effd1.tar.xz dexon-07d7940e75cc73d026099a3a316a1b61886effd1.tar.zst dexon-07d7940e75cc73d026099a3a316a1b61886effd1.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" |