From 110b4df1ff04b548706223e0c894c924f4d1b861 Mon Sep 17 00:00:00 2001 From: Sanad <41390064+enjiniya-sama@users.noreply.github.com> Date: Tue, 16 Feb 2021 12:09:58 +0000 Subject: [PATCH] Update blind-auction.rst --- docs/examples/blind-auction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/blind-auction.rst b/docs/examples/blind-auction.rst index fec9c279b..2513a275b 100644 --- a/docs/examples/blind-auction.rst +++ b/docs/examples/blind-auction.rst @@ -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.