ilp-connector
ilp-connector copied to clipboard
Connector doesn't take minimum_allowed_balance into account when calculating available liquidity
See: https://github.com/interledgerjs/ilp-connector/blob/07d89132e4b12da7692a27031ce11d49305d7c39/src/models/quote.js#L43
The connector should know its minimum_allowed_balance and calculate its available balance before comparing it to the amount, instead of just using the nominal balance.