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

auto ci

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