File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -611,15 +611,15 @@ impl RollupBoostServer {
611
611
return match l2_fut. await {
612
612
Ok ( payload) => {
613
613
self . probes . set_health ( Health :: Healthy ) ;
614
- tracing:: Span :: current ( ) . record ( "payload_source" , "L2 " ) ;
615
- counter ! ( "rpc.blocks_created" , "source" => "L2 " ) . increment ( 1 ) ;
614
+ tracing:: Span :: current ( ) . record ( "payload_source" , "l2 " ) ;
615
+ counter ! ( "rpc.blocks_created" , "source" => "l2 " ) . increment ( 1 ) ;
616
616
617
617
let execution_payload = ExecutionPayload :: from ( payload. clone ( ) ) ;
618
618
info ! (
619
619
message = "returning block" ,
620
620
"hash" = %execution_payload. block_hash( ) ,
621
621
"number" = %execution_payload. block_number( ) ,
622
- context = "L2" ,
622
+ context = PayloadSource :: L2 . to_string ( ) ,
623
623
%payload_id,
624
624
) ;
625
625
You can’t perform that action at this time.
0 commit comments