Skip to content

Commit

Permalink
chore: remove debug comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hanchon committed Sep 12, 2024
1 parent 4d97f48 commit 7cb3f3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playground/cosmosdaemon/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ func (d *Daemon) setConsensusParams(genesis map[string]interface{}) {
if v, ok := v.(map[string]interface{}); ok {
if _, ok := v["max_gas"]; ok {
consensusParams["block"].(map[string]interface{})["max_gas"] = d.GasLimit
fmt.Println("editing the max gas")
}
}
}
Expand Down

0 comments on commit 7cb3f3f

Please sign in to comment.