Commit 92dde129 authored by QM's avatar QM

update

parent 16337c7a
FROM ubuntu:16.04 FROM ubuntu:16.04
RUN apt-get -qq update \
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
WORKDIR /root WORKDIR /root
COPY ebrelayer ebrelayer COPY ebrelayer ebrelayer
COPY ebcli_A ebcli_A COPY ebcli_A ebcli_A
......
...@@ -14,7 +14,6 @@ import ( ...@@ -14,7 +14,6 @@ import (
"crypto/ecdsa" "crypto/ecdsa"
"errors" "errors"
"fmt" "fmt"
dexDeploy "github.com/33cn/plugin/plugin/dapp/dex/boss/deploy/ethereum"
"math/big" "math/big"
"regexp" "regexp"
"sync" "sync"
...@@ -130,8 +129,7 @@ func StartEthereumRelayer(startPara *EthereumStartPara) *Relayer4Ethereum { ...@@ -130,8 +129,7 @@ func StartEthereumRelayer(startPara *EthereumStartPara) *Relayer4Ethereum {
// Start clientSpec with infura ropsten provider // Start clientSpec with infura ropsten provider
relayerLog.Info("Relayer4Ethereum proc", "Started Ethereum websocket with provider:", ethRelayer.provider) relayerLog.Info("Relayer4Ethereum proc", "Started Ethereum websocket with provider:", ethRelayer.provider)
//client, err := ethtxs.SetupWebsocketEthClient(ethRelayer.provider) client, err := ethtxs.SetupWebsocketEthClient(ethRelayer.provider)
client, err := dexDeploy.SetupWebsocketEthClient(ethRelayer.provider)
if err != nil { if err != nil {
panic(err) panic(err)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment