mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-17 11:52:42 +00:00
Add public key in log
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user