Skip to content

Commit

Permalink
Fixed compatibility time for Songbird nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Boben committed Nov 29, 2024
1 parent 319b846 commit e2c50b1
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 e2c50b1

Please sign in to comment.