Skip to content

Commit

Permalink
temporarilly remove signature verification
Browse files Browse the repository at this point in the history
  • Loading branch information
Villaquiranm committed Nov 24, 2024
1 parent 1805ebc commit 82d9b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gno.land/pkg/gnoland/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func NewAppWithOptions(cfg *AppOptions) (abci.Application, error) {

// Set AnteHandler
authOptions := auth.AnteOptions{
VerifyGenesisSignatures: true, // for development
VerifyGenesisSignatures: false, // for development
}
authAnteHandler := auth.NewAnteHandler(
acctKpr, bankKpr, auth.DefaultSigVerificationGasConsumer, authOptions)
Expand Down

0 comments on commit 82d9b88

Please sign in to comment.