Merge pull request #10968 from enjiniya-sama/develop

Update blind-auction.rst
This commit is contained in:
chriseth 2021-02-16 13:52:16 +01:00 committed by GitHub
commit 7ac440f35b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ Simple Open Auction
The general idea of the following simple auction contract is that everyone can
send their bids during a bidding period. The bids already include sending money
/ Ether in order to bind the bidders to their bid. If the highest bid is
raised, the previously highest bidder gets their money back. After the end of
raised, the previous highest bidder gets their money back. After the end of
the bidding period, the contract has to be called manually for the beneficiary
to receive their money - contracts cannot activate themselves.