Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: update link in docs
  • Loading branch information
morph-dev committed Sep 26, 2024
commit 0102fd4fbdcc69dba9dce6d1ceb9b85bbf6aa1c6
2 changes: 1 addition & 1 deletion crates/database/src/alloydb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use database_interface::async_db::DatabaseAsyncRef;
use primitives::{Address, B256, U256};
use state::{AccountInfo, Bytecode};

/// An alloy-powered REVM [Database].
/// An alloy-powered REVM [database_interface::Database].
///
/// When accessing the database, it'll use the given provider to fetch the corresponding account's data.
#[derive(Debug)]
Expand Down