Skip to content

Commit

Permalink
Problem: default headerHashNum is too large
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Oct 7, 2024
1 parent 644545b commit 0f785a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/evm/types/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var (
// DefaultEnableCall enables contract calls (i.e true)
DefaultEnableCall = true
// DefaultHeaderHashNum defines the default number of header hash to persist.
DefaultHeaderHashNum = uint64(10000)
DefaultHeaderHashNum = uint64(256)
)

// NewParams creates a new Params instance
Expand Down

0 comments on commit 0f785a6

Please sign in to comment.