Commit 5a5f1a6d authored by vipwzw's avatar vipwzw

auto ci

parent a8d839c6
......@@ -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.
......
......@@ -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.
......
......@@ -2,6 +2,7 @@ package executor
import (
"errors"
"github.com/33cn/chain33/system/dapp"
manTy "github.com/33cn/chain33/system/dapp/manage/types"
......
......@@ -3,9 +3,10 @@ package executor
import (
"errors"
"fmt"
"strconv"
"github.com/33cn/chain33/types"
x2eTy "github.com/33cn/plugin/plugin/dapp/x2Ethereum/types"
"strconv"
)
func NewProphecy(id string) *x2eTy.ReceiptEthProphecy {
......
......@@ -338,7 +338,6 @@ function TestETH2Chain33Erc20() {
echo -e "${GRE}=========== $FUNCNAME end ===========${NOC}"
}
function TestChain33ToEthAssetsKill() {
echo -e "${GRE}=========== $FUNCNAME begin ===========${NOC}"
......
......@@ -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.
......
......@@ -4,11 +4,12 @@ import (
"encoding/binary"
"errors"
"fmt"
"github.com/33cn/chain33/common/address"
"math"
"math/big"
"strings"
"github.com/33cn/chain33/common/address"
log "github.com/33cn/chain33/common/log/log15"
)
......
......@@ -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