remove TODO.

This commit is contained in:
Raúl Kripalani 2020-10-15 12:58:43 +01:00
parent 7e6ede7563
commit 1fb9ed1c9a

View File

@ -16,9 +16,6 @@ var ProtocolCodenames = []struct {
name string
}{
{0, "genesis"},
// TODO there is some off-by-one trickery in GetNtwkVersion. Not sure if the
// protocol version really kicks in at the designated height, or at the
// following epoch.
{build.UpgradeBreezeHeight + 1, "breeze"},
{build.UpgradeSmokeHeight + 1, "smoke"},
{build.UpgradeIgnitionHeight + 1, "ignition"},