mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +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,
|
log,
|
||||||
"Partial selection proof from VC";
|
"Partial selection proof from VC";
|
||||||
"Selection proof" => ?selections,
|
"Selection proof" => ?selections,
|
||||||
|
"Public key" => ?duty.pubkey,
|
||||||
);
|
);
|
||||||
// println!("Selection proof: {:?}", selections);
|
// println!("Selection proof: {:?}", selections);
|
||||||
async move {
|
async move {
|
||||||
|
|||||||
Reference in New Issue
Block a user