log builder unblinding requests (#5434)
This commit is contained in:
parent
dae4beb4a2
commit
325d5a6afa
|
@ -47,6 +47,9 @@ proc unblindAndRouteBlockMEV*(
|
|||
node: BeaconNode, payloadBuilderRestClient: RestClientRef,
|
||||
blindedBlock: capella_mev.SignedBlindedBeaconBlock):
|
||||
Future[Result[Opt[BlockRef], string]] {.async.} =
|
||||
info "Proposing blinded Builder API block",
|
||||
blindedBlock = shortLog(blindedBlock)
|
||||
|
||||
# By time submitBlindedBlock is called, must already have done slashing
|
||||
# protection check
|
||||
let unblindedPayload =
|
||||
|
|
Loading…
Reference in New Issue