mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: fix typos (#7049)
This commit is contained in:
@ -788,7 +788,7 @@ where
|
||||
/// Record latency metrics for one call to make a block canonical
|
||||
/// Takes start time of the call and result of the make canonical call
|
||||
///
|
||||
/// Handles cases for error, already canonical and commmitted blocks
|
||||
/// Handles cases for error, already canonical and committed blocks
|
||||
fn record_make_canonical_latency(
|
||||
&self,
|
||||
start: Instant,
|
||||
|
||||
@ -80,7 +80,7 @@ pub fn block_reward(base_block_reward: u128, ommers: usize) -> u128 {
|
||||
///
|
||||
/// From the yellow paper (page 15):
|
||||
///
|
||||
/// > If there are collissions of the beneficiary addresses between ommers and the block (i.e. two
|
||||
/// > If there are collisions of the beneficiary addresses between ommers and the block (i.e. two
|
||||
/// > ommers with the same beneficiary address or an ommer with the same beneficiary address as the
|
||||
/// > present block), additions are applied cumulatively.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user