From 8492dd96f6379714d7bb383d4bd23ac1dc167929 Mon Sep 17 00:00:00 2001 From: Steph Samson Date: Fri, 23 Jun 2023 16:58:50 -0700 Subject: [PATCH] fix: var names for chain commands --- commands/chain.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/chain.go b/commands/chain.go index 0723db33..758f45c0 100644 --- a/commands/chain.go +++ b/commands/chain.go @@ -321,7 +321,7 @@ var ChainStateInspect = &cli.Command{ }, } -var ChainStateComputeRange = &cli.Command{ +var ChainStateCompute = &cli.Command{ Name: "state-compute", Usage: "Generates the state at epoch `N`", Flags: []cli.Flag{ @@ -354,7 +354,7 @@ var ChainStateComputeRange = &cli.Command{ }, } -var ChainStateCompute = &cli.Command{ +var ChainStateComputeRange = &cli.Command{ Name: "state-compute-range", Usage: "Generates the state from epoch `FROM` to epoch `TO`", Flags: []cli.Flag{