mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-13 07:23:46 +00:00
op
This commit is contained in:
parent
529e81bd92
commit
ee2009e0c5
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ do
|
||||||
checkpointFound="true"
|
checkpointFound="true"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if (( $stateSyncFound == "true" & $checkpointFound == "true" )); then
|
if (( $stateSyncFound == "true" && $checkpointFound == "true" )); then
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue