mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Moved the location of the "||"
This commit is contained in:
parent
ffade949de
commit
961eb53f41
@ -400,9 +400,9 @@ high or low invalid bids.
|
|||||||
{
|
{
|
||||||
uint length = bids[msg.sender].length;
|
uint length = bids[msg.sender].length;
|
||||||
if (
|
if (
|
||||||
_values.length != length
|
_values.length != length ||
|
||||||
|| _fake.length != length
|
_fake.length != length ||
|
||||||
|| _secret.length != length
|
_secret.length != length
|
||||||
) {
|
) {
|
||||||
throw;
|
throw;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user