Skip to content

Commit

Permalink
Merge pull request #44 from flare-foundation/version_1.9.1
Browse files Browse the repository at this point in the history
Fixed compatibility time for Songbird nodes
  • Loading branch information
mboben authored Nov 29, 2024
2 parents 10b503d + e2c50b1 commit 10e9520
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 10e9520

Please sign in to comment.