Questions or want to claim this? Say hi in the community chat: https://t.me/+DOylgFv1jyJlNzM0
Description
The repayment amount is divided by ten when building the XDR, so a borrower can clear a loan while actually transferring only ten percent.
Component: Frontend
Location: frontend/src/app/utils/soroban.ts -> buildUnsignedRepaymentXdr
Severity: Critical
How to reproduce / find it
Build a repayment for a known amount and inspect the on-chain value.
Expected behavior
The full repayment amount should be sent.
Notes for contributors
This is a logic/behavior defect, not a compile error. Please open one PR per fix that references this issue and names the file and function above.
Description
The repayment amount is divided by ten when building the XDR, so a borrower can clear a loan while actually transferring only ten percent.
Component: Frontend
Location:
frontend/src/app/utils/soroban.ts->buildUnsignedRepaymentXdrSeverity: Critical
How to reproduce / find it
Build a repayment for a known amount and inspect the on-chain value.
Expected behavior
The full repayment amount should be sent.
Notes for contributors
This is a logic/behavior defect, not a compile error. Please open one PR per fix that references this issue and names the file and function above.