issues
search
ajna-finance
/
ajna-core
The Ajna protocol is a non-custodial, peer-to-peer, permissionless lending, borrowing and trading system that requires no governance or external price feeds to function.
https://www.ajna.finance/
Other
31
stars
11
forks
source link
removed COLLATERALIZATION_FACTOR where it was not used
#1018
Closed
ith-harvey
closed
11 months ago
ith-harvey
commented
11 months ago
Description
Quick cleanup PR that removes
COLLATERALIZATION_FACTOR
where it wasn't being used as pointed out by @godsflaw
Purpose
Impact
Tasks
[ ] Changes to protocol contracts are covered by unit tests executed by CI.
[ ] Protocol contract size limits have not been exceeded.
[ ] Gas consumption for impacted transactions have been compared with the target branch, and nontrivial changes cited in the
Impact
section above.
[x] Scope labels have been assigned as appropriate.
[ ] Invariant tests have been manually executed as appropriate for the nature of the change.
Description
COLLATERALIZATION_FACTOR
where it wasn't being used as pointed out by @godsflawPurpose
Impact
Tasks