Skip to content

Commit

Permalink
fix: update link in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
morph-dev committed Sep 26, 2024
1 parent 4f80c3a commit 0102fd4
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 0102fd4

Please sign in to comment.