Commit a052be87 authored by vipwzw's avatar vipwzw

auto ci

parent 62bf6d3d
......@@ -3,9 +3,10 @@ package setup
import (
"context"
"crypto/ecdsa"
"github.com/ethereum/go-ethereum"
"math/big"
"github.com/ethereum/go-ethereum"
"github.com/33cn/plugin/plugin/dapp/x2ethereum/ebrelayer/ethcontract/generated"
"github.com/33cn/plugin/plugin/dapp/x2ethereum/ebrelayer/ethinterface"
"github.com/33cn/plugin/plugin/dapp/x2ethereum/ebrelayer/ethtxs"
......
......@@ -5,12 +5,13 @@ import (
"encoding/hex"
"flag"
"fmt"
"github.com/33cn/plugin/plugin/dapp/x2ethereum/ebrelayer/events"
"math/big"
"os"
"testing"
"time"
"github.com/33cn/plugin/plugin/dapp/x2ethereum/ebrelayer/events"
"github.com/33cn/chain33/client/mocks"
dbm "github.com/33cn/chain33/common/db"
_ "github.com/33cn/chain33/system"
......
......@@ -3,6 +3,7 @@ package executor
import (
"fmt"
"strconv"
//"github.com/33cn/chain33/client"
"testing"
......
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