Commit cda4cffd authored by mdj33's avatar mdj33

Merge branch 'ISSUE114_para_filterTx' of github.com:mdj33/plugin into ISSUE114_para_filterTx

# Conflicts: # plugin/consensus/para/para_test.go
parents 5ce0c672 e5d44c15
...@@ -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