Commit 5f4a965f authored by vipwzw's avatar vipwzw

auto ci

parent 00ef15aa
...@@ -5,6 +5,14 @@ import ( ...@@ -5,6 +5,14 @@ import (
"encoding/hex" "encoding/hex"
"flag" "flag"
"fmt" "fmt"
"os"
"os/signal"
"sync"
"sync/atomic"
"syscall"
"testing"
"time"
dbm "github.com/33cn/chain33/common/db" dbm "github.com/33cn/chain33/common/db"
"github.com/33cn/chain33/types" "github.com/33cn/chain33/types"
"github.com/33cn/chain33/util/testnode" "github.com/33cn/chain33/util/testnode"
...@@ -20,13 +28,6 @@ import ( ...@@ -20,13 +28,6 @@ import (
"github.com/ethereum/go-ethereum/accounts/abi/bind/backends" "github.com/ethereum/go-ethereum/accounts/abi/bind/backends"
"github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common"
"github.com/stretchr/testify/suite" "github.com/stretchr/testify/suite"
"os"
"os/signal"
"sync"
"sync/atomic"
"syscall"
"testing"
"time"
// 需要显示引用系统插件,以加载系统内置合约 // 需要显示引用系统插件,以加载系统内置合约
"github.com/33cn/chain33/client/mocks" "github.com/33cn/chain33/client/mocks"
......
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