mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-04 01:54:28 +00:00
21d24a20a0
eth_gasPrice(): A maximum of 3 samples should be taken per block (see sample const) The getBlockPrices() function takes 3 samples on the first block and one on the others. In the check s.Len() >= limit s.Len() after first block will contain 3 samples and so the loop will be executed only one time for each block NOT three times |
||
---|---|---|
.. | ||
feehistory_test.go | ||
feehistory.go | ||
gasprice_test.go | ||
gasprice.go |