diff --git a/scripts/cnode-helper-scripts/cncli.sh b/scripts/cnode-helper-scripts/cncli.sh index 7db963483..923c8d2fa 100755 --- a/scripts/cnode-helper-scripts/cncli.sh +++ b/scripts/cnode-helper-scripts/cncli.sh @@ -131,7 +131,7 @@ getConsensus() { if versionCheck "10.0" "${PROT_VERSION}"; then consensus="cpraos" stability_window_factor=3 - elif versionCheck "8.0" "${PROT_VERSION}"; then + elif versionCheck "7.0" "${PROT_VERSION}"; then consensus="praos" stability_window_factor=2 else