Fix some capella nits (#3782)

This commit is contained in:
Justin Traglia
2022-12-12 00:40:44 +00:00
committed by GitHub
parent b6486e809d
commit f7a54afde5
8 changed files with 11 additions and 16 deletions

View File

@@ -2184,7 +2184,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
}
}
/// Verify a signed BLS to exection change before allowing it to propagate on the gossip network.
/// Verify a signed BLS to execution change before allowing it to propagate on the gossip network.
pub fn verify_bls_to_execution_change_for_gossip(
&self,
bls_to_execution_change: SignedBlsToExecutionChange,