| 396 | } |
| 397 | |
| 398 | bool amount_msat_greater_eq(struct amount_msat a, struct amount_msat b) |
| 399 | { |
| 400 | return a.millisatoshis >= b.millisatoshis; |
| 401 | } |
| 402 | |
| 403 | bool amount_sat_less(struct amount_sat a, struct amount_sat b) |
| 404 | { |
no outgoing calls
no test coverage detected