mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +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"
|
||||
fi
|
||||
|
||||
if (( $stateSyncFound == "true" & $checkpointFound == "true" )); then
|
||||
if (( $stateSyncFound == "true" && $checkpointFound == "true" )); then
|
||||
break
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue