From aa57224d1c52c5cc6795310dd0ed3b20db476fe0 Mon Sep 17 00:00:00 2001 From: frozen <355847+Frozen@users.noreply.github.com> Date: Wed, 28 Aug 2024 14:41:12 -0400 Subject: [PATCH] Fixed merge conflicts. --- internal/params/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/params/config.go b/internal/params/config.go index 9e099910f0..a258f131f7 100644 --- a/internal/params/config.go +++ b/internal/params/config.go @@ -365,6 +365,7 @@ var ( big.NewInt(0), // MaxRateEpoch big.NewInt(0), big.NewInt(0), + big.NewInt(0), } // TestChainConfig ...