var ChainStateCompute = &cli.Command{
Name: "state-compute-range",
Usage: "Generates the state from epoch `FROM` to epoch `TO`",
// ...
}
var ChainStateComputeRange = &cli.Command{
Name: "state-compute",
Usage: "Generates the state at epoch `N`",
// ...
}
The two declared variables do not match what they were initialized to, the names of the two variables should be swapped.
Describe the bug:
I found a bug in the source code. bug file
The two declared variables do not match what they were initialized to, the names of the two variables should be swapped.
Steps to Reproduce:
Lily Version: vx.x.x