| 456 | } |
| 457 | |
| 458 | bool amount_sat_greater_eq(struct amount_sat a, struct amount_sat b) |
| 459 | { |
| 460 | return a.satoshis >= b.satoshis; |
| 461 | } |
| 462 | |
| 463 | bool amount_msat_greater_eq(struct amount_msat a, struct amount_msat b) |
| 464 | { |
no outgoing calls
no test coverage detected