Commit f942309a authored by harrylee2015's avatar harrylee2015 Committed by vipwzw

bug fix for paracross withdraw

parent 18ba0d07
......@@ -148,7 +148,7 @@ func CreateRawAssetTransferTx(param *types.CreateTx) (*types.Transaction, error)
transfer.Ty = ParacrossActionAssetTransfer
} else {
v := &ParacrossAction_AssetWithdraw{AssetWithdraw: &types.AssetsWithdraw{
Amount: param.Amount, Note: param.GetNote(), To: param.GetTo(), Cointoken: param.TokenSymbol}}
Amount: param.Amount, Note: param.GetNote(), To: param.GetTo(), Cointoken: param.TokenSymbol, ExecName: param.ExecName}}
transfer.Value = v
transfer.Ty = ParacrossActionAssetWithdraw
}
......
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