Skip to content

Commit

Permalink
Return value still needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
eskimor committed Feb 29, 2024
1 parent fe68b49 commit cf419de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions relay/kusama/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1737,6 +1737,7 @@ pub mod migrations {
err
);
};
return None
}
let (index, _) =
<slots::Pallet<Runtime> as Leaser<BlockNumber>>::lease_period_index(now)?;
Expand Down

0 comments on commit cf419de

Please sign in to comment.