Add public key in log

This commit is contained in:
Tan Chee Keong
2025-03-19 12:28:19 +08:00
parent 4f3b3d5b50
commit 52854a0d12

View File

@@ -155,6 +155,7 @@ async fn make_selection_proof<T: SlotClock + 'static, E: EthSpec>(
log,
"Partial selection proof from VC";
"Selection proof" => ?selections,
"Public key" => ?duty.pubkey,
);
// println!("Selection proof: {:?}", selections);
async move {