mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Fix lots of typos.
This commit is contained in:
@@ -39,7 +39,7 @@ pub struct AttestationProducer<'a, B: BeaconNodeAttestation, S: Signer> {
|
||||
pub beacon_node: Arc<B>,
|
||||
/// The signer to sign the block.
|
||||
pub signer: &'a S,
|
||||
/// Used for caclulating epoch.
|
||||
/// Used for calculating epoch.
|
||||
pub slots_per_epoch: u64,
|
||||
}
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@ pub struct BlockProducer<'a, B: BeaconNodeBlock, S: Signer> {
|
||||
pub beacon_node: Arc<B>,
|
||||
/// The signer to sign the block.
|
||||
pub signer: &'a S,
|
||||
/// Used for caclulating epoch.
|
||||
/// Used for calculating epoch.
|
||||
pub slots_per_epoch: u64,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user