Skip to content

Commit

Permalink
VAL-137 Remove unused ILoanLifeCycleState.Callback enum state (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
ams9198 authored Feb 13, 2023
1 parent a9e2596 commit f6cadab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contracts/interfaces/ILoan.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ enum ILoanLifeCycleState {
Defaulted,
Funded,
Matured,
Active,
Callback
Active
}

/**
Expand Down

0 comments on commit f6cadab

Please sign in to comment.