| 561 | } |
| 562 | |
| 563 | u64 amount_msat_ratio_floor(struct amount_msat a, struct amount_msat b) |
| 564 | { |
| 565 | return a.millisatoshis / b.millisatoshis; |
| 566 | } |
| 567 | |
| 568 | u64 amount_msat_ratio_ceil(struct amount_msat a, struct amount_msat b) |
| 569 | { |
no outgoing calls
no test coverage detected