Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Keszey Dániel authored and Keszey Dániel committed Sep 18, 2024
1 parent dafb1b5 commit 8da56bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/rbuilder/src/live_builder/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,9 @@ impl LiveBuilderConfig for Config {
root_hash_task_pool,
self.base_config.sbundle_mergeabe_signers(),
);

println!("Dani debug: reth_datadir is: {:?}",self.base_config.reth_datadir);

Ok(live_builder.with_builders(builders))
}

Expand Down
1 change: 1 addition & 0 deletions crates/rbuilder/src/live_builder/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ impl<DB: Database + Clone + 'static, BuilderSourceType: SlotSource>
let parent_header = {
// @Nicer
let parent_block = payload.parent_block_hash();
println!("Parent block's hash: {:?}", parent_block);
let timestamp = payload.timestamp();
let provider_factory = self.provider_factory.provider_factory_unchecked();
match wait_for_block_header(parent_block, timestamp, &provider_factory).await {
Expand Down

0 comments on commit 8da56bd

Please sign in to comment.