Skip to content

Commit bd630b5

Browse files
committed
Fix misleading debug that always logged 202
1 parent ad040cb commit bd630b5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

crates/pbs/src/mev_boost/submit_block.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,8 @@ async fn send_submit_block_impl(
529529
relay_id = relay.id.as_ref(),
530530
retry,
531531
latency = ?request_latency,
532-
"received 202 Accepted for v2 submit_block"
532+
status = %code,
533+
"received response for v2 submit_block"
533534
);
534535

535536
match code {

0 commit comments

Comments
 (0)