diff options
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" |