Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Thiolliere <[email protected]>
  • Loading branch information
AurevoirXavier and gui1117 authored Nov 13, 2024
1 parent 933d0d8 commit 93b255d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/recovery/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ pub mod pallet {
+ From<frame_system::Call<Self>>;

/// Provider for the block number. Normally this is the `frame_system` pallet.
type BlockNumberProvider: BlockNumberProvider<BlockNumber = BlockNumberFor<Self>>;
type BlockNumberProvider: BlockNumberProvider;

/// The currency mechanism.
type Currency: ReservableCurrency<Self::AccountId>;
Expand Down

0 comments on commit 93b255d

Please sign in to comment.