Skip to content

Commit

Permalink
Fix bug + misc found in feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks Orlovich committed Nov 6, 2024
1 parent b0aa11e commit 5167149
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2385,7 +2385,7 @@ or "component-auction", a [=currency tag=] |componentAuctionExpectedCurrency|, a
1. If |auctionConfig|'s [=auction config/seller real time reporting config=] is
"`default-local-reporting`", then [=insert entries to map=] given |realTimeContributionsMap|,
|seller|, and |realTimeContributions|.
1. [=set/Insert=] |reportingId| into |reportingContext|'s [=reporting context/bidder
1. [=set/Insert=] |reportingId| into |reportingContext|'s [=reporting context/seller
participants=].
1. [=Commit private aggregation contributions=] given |paContributions|, |reportingId|, and
|reportingContext|.
Expand Down Expand Up @@ -4209,10 +4209,10 @@ an [=auction config=] |auctionConfig| and a [=reporting context=] |reportingCont
1. Let |leadingBidInfo| be |reportingContext|'s [=reporting context/local leader info=].
1. Let |bidderOnceRep| be null.
1. If |reportingContext|'s [=reporting context/bidder participants=] [=set/is not empty=],
set |bidderOnceRep| to a random member of [=reporting context/bidder participants=].
set |bidderOnceRep| to a random [=set/item=] of [=reporting context/bidder participants=].
1. Let |sellerOnceRep| be null.
1. If |reportingContext|'s [=reporting context/seller participants=] [=set/is not empty=],
set |sellerOnceRep| to a random member of [=reporting context/seller participants=].
set |sellerOnceRep| to a random [=set/item=] of [=reporting context/seller participants=].
1. [=map/For each=] (|bidId|, |event|) → |contributions| of
|reportingContext|'s [=reporting context/private aggregation on event contributions=]:
1. If |event| is "`reserved.win`" or does not [=string/start with=] "`reserved.`":
Expand Down

0 comments on commit 5167149

Please sign in to comment.