Skip to content

Commit

Permalink
Merge branch 'main' into main-js-tracers-enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
mboben committed Dec 5, 2024
2 parents 2939a0f + 10e9520 commit 2e64410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avalanchego/version/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ func GetCompatibility(networkID uint32) Compatibility {
return NewCompatibility(
CurrentSgbApp,
MinimumCompatibleSgbVersion,
GetApricotPhase5Time(networkID),
GetBanffTime(networkID),
PrevMinimumCompatibleSgbVersion,
)
}
Expand Down

0 comments on commit 2e64410

Please sign in to comment.