Skip to content

Commit

Permalink
typo gas_oracle.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcofann authored Jan 4, 2025
1 parent 67e6fe6 commit 90613eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion full-node/sov-ethereum/src/gas_price/gas_oracle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ impl<C: sov_modules_api::Context> GasPriceOracle<C> {
// sort the transactions by effective tip
// but first filter those that should be ignored

// get the transactions (block.transactions is a enum but we only care about the 2nd arm)
// get the transactions (block.transactions is an enum but we only care about the 2nd arm)
let txs = match &block.transactions {
BlockTransactions::Full(txs) => txs,
_ => return Ok(None),
Expand Down

0 comments on commit 90613eb

Please sign in to comment.