Skip to content

Commit

Permalink
remove TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
raulk committed Oct 15, 2020
1 parent 7e6ede7 commit 1fb9ed1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/tvx/codenames.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 1fb9ed1

Please sign in to comment.