Tidy out some verbose debugs

This commit is contained in:
Paul Hauner
2019-01-31 16:40:44 +11:00
parent 8073296f5d
commit c5a0170a0a

View File

@@ -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