Merge branch 'capella' of https://github.com/sigp/lighthouse into eip4844

This commit is contained in:
sean
2022-12-12 22:41:54 +00:00
8 changed files with 11 additions and 16 deletions

View File

@@ -2205,7 +2205,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,