Commit fc43ccae authored by vipwzw's avatar vipwzw

auto ci

parent 34fd2055
......@@ -3,9 +3,10 @@ package ethbridge
import (
"errors"
"fmt"
"github.com/golang/protobuf/proto"
"strconv"
"github.com/golang/protobuf/proto"
log "github.com/33cn/chain33/common/log/log15"
"github.com/33cn/plugin/plugin/dapp/x2Ethereum/types"
)
......
package ethbridge
import (
"github.com/golang/protobuf/proto"
"strconv"
"github.com/golang/protobuf/proto"
"github.com/33cn/chain33/account"
"github.com/33cn/chain33/common/address"
dbm "github.com/33cn/chain33/common/db"
......
package oracle
import (
"github.com/golang/protobuf/proto"
"strings"
"github.com/golang/protobuf/proto"
dbm "github.com/33cn/chain33/common/db"
log "github.com/33cn/chain33/common/log/log15"
types2 "github.com/33cn/chain33/types"
......
package executor
import (
"github.com/golang/protobuf/proto"
"strconv"
"strings"
"github.com/golang/protobuf/proto"
"github.com/33cn/chain33/account"
"github.com/33cn/chain33/common/address"
"github.com/33cn/chain33/types"
......
package executor
import (
"github.com/golang/protobuf/proto"
"strconv"
"strings"
"github.com/golang/protobuf/proto"
"github.com/33cn/chain33/account"
"github.com/33cn/chain33/client"
"github.com/33cn/chain33/common/address"
......
......@@ -5,8 +5,9 @@ package types
import (
fmt "fmt"
proto "github.com/golang/protobuf/proto"
math "math"
proto "github.com/golang/protobuf/proto"
)
// Reference imports to suppress errors if they are not otherwise used.
......
......@@ -6,10 +6,11 @@ package types
import (
context "context"
fmt "fmt"
math "math"
types "github.com/33cn/chain33/types"
proto "github.com/golang/protobuf/proto"
grpc "google.golang.org/grpc"
math "math"
)
// Reference imports to suppress errors if they are not otherwise used.
......
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