Skip to content

Commit

Permalink
fix runtime common issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm committed Jul 4, 2023
1 parent 69a7e5d commit 1790e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,8 @@ pub mod changes {
LoanMutation::Maturity(_) => vec![week, blocked],
LoanMutation::InterestPayments(_) => vec![week, blocked],
LoanMutation::PayDownSchedule(_) => vec![week, blocked],
LoanMutation::InterestRate(_) => vec![epoch],
LoanMutation::Internal(mutation) => match mutation {
InternalMutation::InterestRate(_) => vec![epoch],
InternalMutation::ValuationMethod(_) => vec![week, blocked],
InternalMutation::ProbabilityOfDefault(_) => vec![epoch],
InternalMutation::LossGivenDefault(_) => vec![epoch],
Expand Down

0 comments on commit 1790e88

Please sign in to comment.