Skip to content

Commit

Permalink
Misc cleanup, make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
lrettig committed Jul 12, 2023
1 parent 4b160d8 commit e2a29a6
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions cmd/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,15 @@ import (
"crypto/ed25519"
"encoding/hex"
"fmt"
"log"

"github.com/spacemeshos/economics/constants"
"github.com/spacemeshos/go-spacemesh/common/types"
"github.com/spacemeshos/go-spacemesh/genvm/core"
"github.com/spacemeshos/go-spacemesh/genvm/templates/multisig"
"github.com/spacemeshos/go-spacemesh/genvm/templates/vault"
"github.com/spacemeshos/go-spacemesh/genvm/templates/vesting"
"github.com/spf13/cobra"
"log"
)

var (
// debug indicates that the program is in debug mode.
// debugGenesis bool
)

// genesisCmd represents the wallet command.
Expand Down Expand Up @@ -102,5 +98,4 @@ var verifyCmd = &cobra.Command{
func init() {
rootCmd.AddCommand(genesisCmd)
genesisCmd.AddCommand(verifyCmd)
//readCmd.PersistentFlags().BoolVarP(&debugGenesis, "debug", "d", false, "enable debug mode")
}

0 comments on commit e2a29a6

Please sign in to comment.