Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
boz committed May 22, 2020
1 parent df92a09 commit d7b2f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/akashd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func main() {

genutilcli.CollectGenTxsCmd(ctx, cdc, auth.GenesisAccountIterator{}, common.DefaultNodeHome()),

genutilcli.MigrateGenesisCmd(ctx,cdc),
genutilcli.MigrateGenesisCmd(ctx, cdc),

genutilcli.GenTxCmd(
ctx, cdc,
Expand Down

0 comments on commit d7b2f00

Please sign in to comment.