Commit e5d44c15 authored by vipwzw's avatar vipwzw

auto ci

parent e7162a32
......@@ -19,7 +19,7 @@ import (
var (
Amount = int64(1 * types.Coin)
Title = string("user.p.para.")
Title2 = string("user.p.test.")
Title2 = string("user.p.test.")
)
func TestFilterTxsForPara(t *testing.T) {
......@@ -203,7 +203,7 @@ func createCrossParaTempTx(to string, amount int64) (*types.Transaction, error)
IsWithdraw: false,
IsToken: false,
TokenSymbol: "",
ExecName: Title2 +pt.ParaX,
ExecName: Title2 + pt.ParaX,
}
tx, err := pt.CreateRawAssetTransferTx(&param)
......
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