Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into db_error
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Feb 20, 2024
2 parents e187e60 + 0083b99 commit 398f21d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/revm/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ impl<DB: Database> EvmContext<DB> {
///
/// Loading of accounts/storages is needed to make them warm.
#[inline]
#[must_use]
pub fn load_access_list(&mut self) -> Result<(), EVMError<DB::Error>> {
for (address, slots) in self.env.tx.access_list.iter() {
self.journaled_state
Expand Down

0 comments on commit 398f21d

Please sign in to comment.