eth/gasprice: add comment to constant (#29892)

Co-authored-by: Felix Lange <fjl@twurst.com>
This commit is contained in:
yujinpark 2024-05-31 01:22:23 +09:00 committed by GitHub
parent 2262bf3415
commit 5d7d48fc3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -44,6 +44,7 @@ const (
// maxBlockFetchers is the max number of goroutines to spin up to pull blocks
// for the fee history calculation (mostly relevant for LES).
maxBlockFetchers = 4
// maxQueryLimit is the max number of requested percentiles.
maxQueryLimit = 100
)