Commit e5d44c15 authored by vipwzw's avatar vipwzw

auto ci

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