| 406 | } |
| 407 | |
| 408 | bool amount_msat_less(struct amount_msat a, struct amount_msat b) |
| 409 | { |
| 410 | return a.millisatoshis < b.millisatoshis; |
| 411 | } |
| 412 | |
| 413 | bool amount_sat_less_eq(struct amount_sat a, struct amount_sat b) |
| 414 | { |
no outgoing calls
no test coverage detected