Skip to content

Commit 1ad8681

Browse files
committed
doc: add a line
1 parent 1ad32e2 commit 1ad8681

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/db/cache_state.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ use revm::{
99
};
1010

1111
/// A concurrent version of [`revm::db::CacheState`].
12+
///
13+
/// Most of the code for this has been reproduced from revm.
1214
#[derive(Debug)]
1315
pub struct ConcurrentCacheState {
1416
/// Block state account with account state.

0 commit comments

Comments
 (0)