mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update documentation for strict address literals
This commit is contained in:
parent
3ee3018bf6
commit
b7ad97610f
@ -496,7 +496,7 @@ high or low invalid bids.
|
||||
if (value <= highestBid) {
|
||||
return false;
|
||||
}
|
||||
if (highestBidder != 0) {
|
||||
if (highestBidder != address(0)) {
|
||||
// Refund the previously highest bidder.
|
||||
pendingReturns[highestBidder] += highestBid;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user