Tidy out some verbose debugs
This commit is contained in:
parent
8073296f5d
commit
c5a0170a0a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user