Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Oct 31, 2023
1 parent 488498a commit 6bb3a69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions command/rootchain/supernet/supernet.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ func runCommand(cmd *cobra.Command, _ []string) error {
}

genesisAccsMap := make(map[types.Address]*validator.GenesisValidator, len(genesisAccounts))

for _, genesisAcc := range genesisAccounts {
genesisBalanceInput, err := genesisBalancesABIFn.Encode([]interface{}{genesisAcc.Address})
if err != nil {
Expand Down

0 comments on commit 6bb3a69

Please sign in to comment.