Match auction winner address to deployer payment address
This commit is contained in:
parent
b84527d9c6
commit
02fac0feb7
@ -126,7 +126,7 @@ def command(
|
||||
|
||||
# Get deloyer record for all the auction winners
|
||||
for auction_winner in auction_winners:
|
||||
deployer_records_by_owner = laconic.webapp_deployers({ "owner": auction_winner })
|
||||
deployer_records_by_owner = laconic.webapp_deployers({ "--paymentAddress": auction_winner })
|
||||
if len(deployer_records_by_owner) == 0:
|
||||
print(f"WARNING: Unable to locate deployer for auction winner {auction_winner}")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user