mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00: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