Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Jul 16, 2024
1 parent 2cd2678 commit b719420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/revm/src/handler/mainnet/post_execution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pub fn reward_beneficiary<SPEC: Spec, EXT, DB: Database>(
.info
.balance
.saturating_add(coinbase_gas_price * U256::from(gas.spent() - gas.refunded() as u64));

Ok(())
}

Expand Down

0 comments on commit b719420

Please sign in to comment.