trustlines-protocol / contracts

Smart contracts for the Trustlines Protocol
https://trustlines.network/
Other
26 stars 6 forks source link

Restrict balance in interests calculation to MAX_BALANCE and MIN_BALANCE #364

Closed cducrest closed 3 years ago

cducrest commented 3 years ago

Also add a restriction on startTime <= endTime. These two restrictions were implicitly fulfilled already.