mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 08:52:54 +00:00
Tidy out some verbose debugs
This commit is contained in:
@@ -120,8 +120,6 @@ where
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
debug!("Block signature is valid.");
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* RANDAO
|
* RANDAO
|
||||||
*/
|
*/
|
||||||
@@ -136,8 +134,6 @@ where
|
|||||||
Error::BadRandaoSignature
|
Error::BadRandaoSignature
|
||||||
);
|
);
|
||||||
|
|
||||||
debug!("RANDAO signature is valid.");
|
|
||||||
|
|
||||||
// TODO: check this is correct.
|
// TODO: check this is correct.
|
||||||
let new_mix = {
|
let new_mix = {
|
||||||
let mut mix = state.latest_randao_mixes
|
let mut mix = state.latest_randao_mixes
|
||||||
|
|||||||
Reference in New Issue
Block a user