We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36660f commit 5339e92Copy full SHA for 5339e92
src/db/alloy.rs
@@ -39,7 +39,7 @@ impl From<TransportError> for DBTransportError {
39
}
40
41
42
-/// An alloy-powered REVM [Database][database_interface::Database].
+/// An alloy-powered REVM [Database][revm::database_interface::Database].
43
///
44
/// When accessing the database, it'll use the given provider to fetch the corresponding account's data.
45
#[derive(Debug)]
0 commit comments