Commit 68bc55de authored by hezhengjun's avatar hezhengjun Committed by vipwzw

add comment

parent 6150903e
...@@ -414,6 +414,7 @@ func (a *action) AssetTransfer(transfer *types.AssetsTransfer) (*types.Receipt, ...@@ -414,6 +414,7 @@ func (a *action) AssetTransfer(transfer *types.AssetsTransfer) (*types.Receipt,
} }
func (a *action) AssetWithdraw(withdraw *types.AssetsWithdraw) (*types.Receipt, error) { func (a *action) AssetWithdraw(withdraw *types.AssetsWithdraw) (*types.Receipt, error) {
//分叉高度之后,支持从平行链提取资产
if !types.IsDappFork(a.height, pt.ParaX, "ForkParacrossWithdrawFromParachain") { if !types.IsDappFork(a.height, pt.ParaX, "ForkParacrossWithdrawFromParachain") {
if withdraw.Cointoken != "" { if withdraw.Cointoken != "" {
return nil, types.ErrNotSupport return nil, types.ErrNotSupport
......
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