Integrate SP auctions in webapp deployment flow #950
@ -114,7 +114,7 @@ def command( # noqa: C901
|
||||
|
||||
# Check auction owner
|
||||
if auction.ownerAddress != laconic.whoami().address:
|
||||
fatal(f"Auction owner mismatch")
|
||||
fatal(f"Auction {auction_id} owner mismatch")
|
||||
|
||||
# Check auction kind
|
||||
if auction.kind != AUCTION_KIND_PROVIDER:
|
||||
|
Loading…
Reference in New Issue
Block a user