File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -420,11 +420,11 @@ func (monitor *SideChainAccountMonitorImpl) processTransactions(transactions []*
420420 log .Warn ("invalid withdraw cross chain address:" , withdraw .CrossChainAddress )
421421 continue
422422 }
423- if contract .PrefixType (programHash [0 ]) != contract .PrefixStandard &&
424- contract .PrefixType (programHash [0 ]) != contract .PrefixMultiSig {
425- log .Warn ("invalid withdraw cross chain address:" , withdraw .CrossChainAddress )
426- continue
427- }
423+ // if contract.PrefixType(programHash[0]) != contract.PrefixStandard &&
424+ // contract.PrefixType(programHash[0]) != contract.PrefixMultiSig {
425+ // log.Warn("invalid withdraw cross chain address:", withdraw.CrossChainAddress)
426+ // continue
427+ // }
428428
429429 withdrawAssets = append (withdrawAssets , & base.WithdrawAsset {
430430 TargetAddress : withdraw .CrossChainAddress ,
You can’t perform that action at this time.
0 commit comments