Skip to content

Commit

Permalink
proof: type unsafety
Browse files Browse the repository at this point in the history
  • Loading branch information
mustermeiszer committed Apr 15, 2024
1 parent e004106 commit 7b4ab74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/centrifuge/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1724,7 +1724,8 @@ impl pallet_loans::Config for Runtime {
type LoanId = LoanId;
type MaxActiveLoansPerPool = MaxActiveLoansPerPool;
type MaxWriteOffPolicySize = MaxWriteOffPolicySize;
type Moment = Millis;
//type Moment = Millis;
type Moment = Seconds;
type NonFungible = Uniques;
type PerThing = Perquintill;
type Permissions = Permissions;
Expand Down

0 comments on commit 7b4ab74

Please sign in to comment.