Skip to content

Commit

Permalink
Update bridges/snowbridge/pallets/ethereum-client/src/benchmarking/mo…
Browse files Browse the repository at this point in the history
…d.rs

Co-authored-by: Vincent Geddes <117534+vgeddes@users.noreply.github.com>
  • Loading branch information
claravanstaden and vgeddes authored Jan 20, 2025
1 parent 97e3a9c commit 96836c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ mod benchmarks {
epoch: 80000000000,
},
};
let finalized_root_g_index = EthereumBeaconClient::<T>::finalized_root_gindex_at_slot(
let finalized_root_gindex = EthereumBeaconClient::<T>::finalized_root_gindex_at_slot(
update.attested_header.slot,
fork_versions,
);
Expand Down

0 comments on commit 96836c9

Please sign in to comment.