Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Update bridges/snowbridge/pallets/ethereum-client/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Adrian Catangiu <[email protected]>
  • Loading branch information
claravanstaden and acatangiu authored Sep 10, 2024
1 parent 6919815 commit 9ad72e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/snowbridge/pallets/ethereum-client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ pub mod pallet {
pub(super) fn check_refundable(update: &Update, latest_slot: u64) -> Pays {
// If the sync committee was successfully updated, the update may be free.
let update_period = compute_period(update.finalized_header.slot);
let latest_free_update_period = <LatestFreeSyncCommitteeUpdatePeriod<T>>::get();
let latest_free_update_period = LatestFreeSyncCommitteeUpdatePeriod::<T>::get();
// If the next sync committee is not known and this update sets it, the update is free.
// If the sync committee update is in a period that we have not received an update for,
// the update is free.
Expand Down

0 comments on commit 9ad72e8

Please sign in to comment.