Skip to content

Commit

Permalink
Babbage protocol version start at 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Scitz0 committed Jun 25, 2024
1 parent 02fd973 commit bd21cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cnode-helper-scripts/cncli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd21cd9

Please sign in to comment.