mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #2799 from designium/patch-2
Update on the example for BlindAction
This commit is contained in:
commit
5fbe3af12e
@ -467,7 +467,7 @@ high or low invalid bids.
|
||||
}
|
||||
// Make it impossible for the sender to re-claim
|
||||
// the same deposit.
|
||||
bid.blindedBid = 0;
|
||||
bid.blindedBid = bytes32(0);
|
||||
}
|
||||
msg.sender.transfer(refund);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user