Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Prev Previous commit
Next Next commit
Update lib.rs
  • Loading branch information
shawntabrizi committed Sep 16, 2020
commit eac01a275dd0dfc5f2370df385898e98a1b099ad
2 changes: 2 additions & 0 deletions frame/generic-asset/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1340,6 +1340,8 @@ where
{
type Moment = T::BlockNumber;

type MaxLocks = ();

fn set_lock(
id: LockIdentifier,
who: &T::AccountId,
Expand Down