Skip to content

Commit

Permalink
fix(dogfood): remove debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMustermann2 committed Apr 1, 2024
1 parent 19be516 commit 24fdc10
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x/dogfood/types/genesis_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package types_test

import (
fmt "fmt"
"testing"

"github.com/ExocoreNetwork/exocore/x/dogfood/types"
Expand Down Expand Up @@ -107,7 +106,6 @@ func (suite *GenesisTestSuite) TestValidateGenesis() {
malleate: func(gs *types.GenesisState) {
for i := 0; i < int(gs.Params.MaxValidators)+1; i++ {
key := hexutil.Encode(ed25519.GenPrivKey().PubKey().Bytes())
fmt.Println(key)
gs.InitialValSet = append(gs.InitialValSet, types.GenesisValidator{
PublicKey: key,
Power: 5,
Expand Down

0 comments on commit 24fdc10

Please sign in to comment.