mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #10968 from enjiniya-sama/develop
Update blind-auction.rst
This commit is contained in:
commit
7ac440f35b
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user