Closed TylerIlunga closed 2 years ago
Thanks for your feedback. But I meant to write, current highest bidder cannot withdraw his highest bid.
Your code change will disallow the current highest bidder from withdrawing all of his previous bids.
Example
Alice bid 1 ETH Bob bid 2 ETH Alice bid 3 ETH <--- Alice cannot withdraw her previous bid of 1 ETH
Reference: https://solidity-by-example.org/app/english-auction
Applies the following requirement found in the link above: "All bidders except the highest bidder can withdraw their bid"