| 471 | } |
| 472 | |
| 473 | bool amount_msat_less(struct amount_msat a, struct amount_msat b) |
| 474 | { |
| 475 | return a.millisatoshis < b.millisatoshis; |
| 476 | } |
| 477 | |
| 478 | bool amount_sat_less_eq(struct amount_sat a, struct amount_sat b) |
| 479 | { |
no outgoing calls
no test coverage detected