Commit 4408b170 authored by vipwzw's avatar vipwzw Committed by 33cn

auto ci

parent bc1f392a
...@@ -17,8 +17,8 @@ import ( ...@@ -17,8 +17,8 @@ import (
dbm "github.com/33cn/chain33/common/db" dbm "github.com/33cn/chain33/common/db"
dbmock "github.com/33cn/chain33/common/db/mocks" dbmock "github.com/33cn/chain33/common/db/mocks"
"github.com/33cn/chain33/types" "github.com/33cn/chain33/types"
pt "github.com/33cn/plugin/plugin/dapp/paracross/types"
"github.com/33cn/plugin/plugin/dapp/paracross/testnode" "github.com/33cn/plugin/plugin/dapp/paracross/testnode"
pt "github.com/33cn/plugin/plugin/dapp/paracross/types"
) )
// para-exec addr on main 1HPkPopVe3ERfvaAgedDtJQ792taZFEHCe // para-exec addr on main 1HPkPopVe3ERfvaAgedDtJQ792taZFEHCe
...@@ -28,12 +28,11 @@ var ( ...@@ -28,12 +28,11 @@ var (
Amount = int64(1 * types.Coin) Amount = int64(1 * types.Coin)
) )
func para_init(title string){ func para_init(title string) {
cfg, _ := types.InitCfgString(testnode.DefaultConfig) cfg, _ := types.InitCfgString(testnode.DefaultConfig)
types.Init(title, cfg) types.Init(title, cfg)
} }
// 构建跨链交易, 用1个节点即可, 不测试共识 // 构建跨链交易, 用1个节点即可, 不测试共识
// assetTransfer // assetTransfer
// 分别测试在主链和平行链的情况 // 分别测试在主链和平行链的情况
......
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