Commit 92dde129 authored by QM's avatar QM

update

parent 16337c7a
FROM ubuntu:16.04
RUN apt-get -qq update \
&& apt-get -qq install -y --no-install-recommends ca-certificates curl
WORKDIR /root
COPY ebrelayer ebrelayer
COPY ebcli_A ebcli_A
......
......@@ -14,7 +14,6 @@ import (
"crypto/ecdsa"
"errors"
"fmt"
dexDeploy "github.com/33cn/plugin/plugin/dapp/dex/boss/deploy/ethereum"
"math/big"
"regexp"
"sync"
......@@ -130,8 +129,7 @@ func StartEthereumRelayer(startPara *EthereumStartPara) *Relayer4Ethereum {
// Start clientSpec with infura ropsten provider
relayerLog.Info("Relayer4Ethereum proc", "Started Ethereum websocket with provider:", ethRelayer.provider)
//client, err := ethtxs.SetupWebsocketEthClient(ethRelayer.provider)
client, err := dexDeploy.SetupWebsocketEthClient(ethRelayer.provider)
client, err := ethtxs.SetupWebsocketEthClient(ethRelayer.provider)
if err != nil {
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