Commit 6e50f002 authored by vipwzw's avatar vipwzw

auto ci

parent 51bf0b17
...@@ -8,6 +8,11 @@ import ( ...@@ -8,6 +8,11 @@ import (
"encoding/binary" "encoding/binary"
"flag" "flag"
"fmt" "fmt"
"math/rand"
"os"
"testing"
"time"
"github.com/33cn/chain33/blockchain" "github.com/33cn/chain33/blockchain"
"github.com/33cn/chain33/common/address" "github.com/33cn/chain33/common/address"
"github.com/33cn/chain33/common/limits" "github.com/33cn/chain33/common/limits"
...@@ -21,10 +26,6 @@ import ( ...@@ -21,10 +26,6 @@ import (
_ "github.com/33cn/plugin/plugin/dapp/init" _ "github.com/33cn/plugin/plugin/dapp/init"
pty "github.com/33cn/plugin/plugin/dapp/norm/types" pty "github.com/33cn/plugin/plugin/dapp/norm/types"
_ "github.com/33cn/plugin/plugin/store/init" _ "github.com/33cn/plugin/plugin/store/init"
"math/rand"
"os"
"testing"
"time"
) )
var ( var (
......
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