mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
feat: replace duplicate Withdrawal type with alloy (#7931)
This commit is contained in:
@@ -152,7 +152,7 @@ pub fn insert_post_block_withdrawals_balance_increments(
|
||||
for withdrawal in withdrawals.iter() {
|
||||
if withdrawal.amount > 0 {
|
||||
*balance_increments.entry(withdrawal.address).or_default() +=
|
||||
withdrawal.amount_wei();
|
||||
withdrawal.amount_wei().to::<u128>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user