comit-network / waves

Workspace for project waves - bringing DeFi to Liquid.
MIT License
15 stars 6 forks source link

Fix vanishing loans bug #206

Closed bonomat closed 3 years ago

bonomat commented 3 years ago

Resolves #201

Use filter instead of take_while.

Take_while will stop as soon as the first closure returns false. That's why loans further down in the list vanished if you settled the first loan.

Signed-off-by: Philipp Hoenisch philipp@hoenisch.at