| 476 | } |
| 477 | |
| 478 | bool amount_sat_less_eq(struct amount_sat a, struct amount_sat b) |
| 479 | { |
| 480 | return a.satoshis <= b.satoshis; |
| 481 | } |
| 482 | |
| 483 | bool amount_msat_less_eq(struct amount_msat a, struct amount_msat b) |
| 484 | { |
no outgoing calls
no test coverage detected