mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-04 13:24:39 +00:00
remove dbg
This commit is contained in:
@@ -476,10 +476,7 @@ pub fn apply_deposit<E: EthSpec>(
|
|||||||
// The signature should be checked for new validators. Return early for a bad
|
// The signature should be checked for new validators. Return early for a bad
|
||||||
// signature.
|
// signature.
|
||||||
if is_valid_deposit_signature(&deposit_data, spec).is_err() {
|
if is_valid_deposit_signature(&deposit_data, spec).is_err() {
|
||||||
dbg!("invalid sig");
|
|
||||||
return Ok(());
|
return Ok(());
|
||||||
} else {
|
|
||||||
dbg!("valid sig");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
let new_validator_index = state.validators().len();
|
let new_validator_index = state.validators().len();
|
||||||
|
|||||||
Reference in New Issue
Block a user