Remove auction already used check
This commit is contained in:
parent
7284cfb401
commit
c771dec726
@ -891,10 +891,4 @@ def confirm_auction(laconic: LaconicRegistryClient, record, deployer_lrn, paymen
|
|||||||
logger.log(f"{record.id}: deployer payment address not in auction winners.")
|
logger.log(f"{record.id}: deployer payment address not in auction winners.")
|
||||||
return False
|
return False
|
||||||
|
|
||||||
# Check if the auction was already used on a deployment
|
|
||||||
used = laconic.app_deployments({"deployer": deployer_lrn, "auction": auction_id}, all=True)
|
|
||||||
if len(used):
|
|
||||||
logger.log(f"{record.id}: auction {auction_id} already used on deployment {used}")
|
|
||||||
return False
|
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
Loading…
Reference in New Issue
Block a user