| 391 | } |
| 392 | |
| 393 | bool amount_sat_greater_eq(struct amount_sat a, struct amount_sat b) |
| 394 | { |
| 395 | return a.satoshis >= b.satoshis; |
| 396 | } |
| 397 | |
| 398 | bool amount_msat_greater_eq(struct amount_msat a, struct amount_msat b) |
| 399 | { |
no outgoing calls
no test coverage detected