From 51486e5ef71d1b005842615a8cd70a75c1d392b4 Mon Sep 17 00:00:00 2001 From: RafilxTenfen Date: Mon, 19 Aug 2024 23:20:53 -0300 Subject: [PATCH] chore: add comment for init to be removed --- app/e2e_include_upgrades.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/e2e_include_upgrades.go b/app/e2e_include_upgrades.go index d709c20bd..6f5770be5 100644 --- a/app/e2e_include_upgrades.go +++ b/app/e2e_include_upgrades.go @@ -6,6 +6,8 @@ import ( "github.com/babylonlabs-io/babylon/app/upgrades/signetlaunch" ) +// init is used to include signet upgrade used for e2e testing +// this file should be removed once the upgrade testing with signet ends. func init() { Upgrades = append(Upgrades, signetlaunch.Upgrade) }