Skip to content

Commit 0a4fcbb

Browse files
kariyclaude
andcommitted
Add logging for forked node in-memory database
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
1 parent 9ab23be commit 0a4fcbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/node/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ impl Node<ForkProviderFactory> {
406406
return Err(anyhow::anyhow!("Forking is only supported in dev mode for now"));
407407
};
408408

409+
info!(target: "node", "Initializing in-memory database.");
409410
let db = katana_db::Db::in_memory()?;
410411

411412
let client = StarknetClient::new(cfg.url.clone());

0 commit comments

Comments
 (0)