Commit 3b0da889 authored by vipwzw's avatar vipwzw Committed by 33cn

auto ci

parent bfe53eff
...@@ -8,12 +8,13 @@ import ( ...@@ -8,12 +8,13 @@ import (
"encoding/json" "encoding/json"
"strings" "strings"
"errors"
"github.com/33cn/chain33/common" "github.com/33cn/chain33/common"
"github.com/33cn/chain33/common/address" "github.com/33cn/chain33/common/address"
log "github.com/33cn/chain33/common/log/log15" log "github.com/33cn/chain33/common/log/log15"
"github.com/33cn/chain33/types" "github.com/33cn/chain33/types"
"github.com/golang/protobuf/proto" "github.com/golang/protobuf/proto"
"errors"
) )
var ( var (
......
...@@ -3,10 +3,11 @@ package types ...@@ -3,10 +3,11 @@ package types
import ( import (
"encoding/hex" "encoding/hex"
"encoding/json" "encoding/json"
"testing"
"github.com/33cn/chain33/common/address" "github.com/33cn/chain33/common/address"
"github.com/33cn/chain33/types" "github.com/33cn/chain33/types"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"testing"
) )
// TestEvmType_CreateTx 测试RPC创建交易逻辑 // TestEvmType_CreateTx 测试RPC创建交易逻辑
......
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