mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 00:58:11 -05:00
chore: clippy fix (#2085)
This commit is contained in:
@@ -126,7 +126,7 @@ mod tests {
|
||||
|
||||
#[test]
|
||||
fn calc_full_block_reward() {
|
||||
let base_reward = ETH_TO_WEI * 1;
|
||||
let base_reward = ETH_TO_WEI;
|
||||
let one_thirty_twoth_reward = base_reward >> 5;
|
||||
|
||||
// (num_ommers, reward)
|
||||
|
||||
Reference in New Issue
Block a user