We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b4a0ba commit 0878d1dCopy full SHA for 0878d1d
1 file changed
crates/networking/rpc/eth/gas_tip_estimator.rs
@@ -86,7 +86,7 @@ impl GasTipEstimator {
86
};
87
88
let base_fee = storage
89
- .get_block_header(latest_block_number)
+ .get_block_header(block_num)
90
.ok()
91
.flatten()
92
.and_then(|header| header.base_fee_per_gas);
0 commit comments