Skip to content

Commit 71308ce

Browse files
author
Riley
authored
Improve phrasing.
1 parent 2201526 commit 71308ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples/blind-auction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ During the **bidding period**, a bidder does not actually send their bid, but
177177
only a hashed version of it. Since it is currently considered practically
178178
impossible to find two (sufficiently long) values whose hash values are equal,
179179
the bidder commits to the bid by that. After the end of the bidding period,
180-
the bidders have to reveal their bids: They send their values unencrypted and
180+
the bidders have to reveal their bids: They send their values unencrypted, and
181181
the contract checks that the hash value is the same as the one provided during
182182
the bidding period.
183183

@@ -189,7 +189,7 @@ transfers cannot be blinded in Ethereum, anyone can see the value.
189189
The following contract solves this problem by accepting any value that is
190190
larger than the highest bid. Since this can of course only be checked during
191191
the reveal phase, some bids might be **invalid**, and this is on purpose (it
192-
even provides an explicit flag to place invalid bids with high value
192+
even provides an explicit flag to place invalid bids with high-value
193193
transfers): Bidders can confuse competition by placing several high or low
194194
invalid bids.
195195

0 commit comments

Comments
 (0)