Skip to content

Commit

Permalink
more prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Brechtpd committed Sep 18, 2024
1 parent 344d90b commit 4fcf01f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/rbuilder/src/live_builder/block_output/relay_submit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,8 @@ impl BuilderSinkFactory for RelaySubmitSinkFactory {
) -> Box<dyn BlockBuildingSink> {
let best_bid = BestBlockCell::default();

println!("builder relays: {:?}", self.relays);

let relays = slot_data
.relays
.iter()
Expand Down

0 comments on commit 4fcf01f

Please sign in to comment.