| 411 | } |
| 412 | |
| 413 | bool amount_sat_less_eq(struct amount_sat a, struct amount_sat b) |
| 414 | { |
| 415 | return a.satoshis <= b.satoshis; |
| 416 | } |
| 417 | |
| 418 | bool amount_msat_less_eq(struct amount_msat a, struct amount_msat b) |
| 419 | { |
no outgoing calls
no test coverage detected