No longer stop at first MPA attack: scan for all.

This commit is contained in:
Cas Cremers 2010-12-27 22:31:15 +01:00
parent 5ee0f7563b
commit 94c9f1b444

View File

@ -297,9 +297,9 @@ def verifyMPAlist(mpalist,claimid,options=[]):
if pn not in INVOLVED:
INVOLVED.append(pn)
return False
else:
return True
#return False
return True
def constructMPAlist(protocolset,claimid,mpalist,length,start,callback,options=[]):