mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-05 04:25:03 -05:00
fix(rpc): return the correct withdrawal index field (#5253)
This commit is contained in:
@@ -143,7 +143,7 @@ fn from_primitive_withdrawal(
|
||||
withdrawal: reth_primitives::Withdrawal,
|
||||
) -> reth_rpc_types::Withdrawal {
|
||||
reth_rpc_types::Withdrawal {
|
||||
index: withdrawal.validator_index,
|
||||
index: withdrawal.index,
|
||||
address: withdrawal.address,
|
||||
validator_index: withdrawal.validator_index,
|
||||
amount: withdrawal.amount,
|
||||
|
||||
Reference in New Issue
Block a user