| 386 | } |
| 387 | |
| 388 | bool amount_msat_greater(struct amount_msat a, struct amount_msat b) |
| 389 | { |
| 390 | return a.millisatoshis > b.millisatoshis; |
| 391 | } |
| 392 | |
| 393 | bool amount_sat_greater_eq(struct amount_sat a, struct amount_sat b) |
| 394 | { |
no outgoing calls
no test coverage detected