| 556 | } |
| 557 | |
| 558 | double amount_msat_ratio(struct amount_msat a, struct amount_msat b) |
| 559 | { |
| 560 | return (double)a.millisatoshis / b.millisatoshis; |
| 561 | } |
| 562 | |
| 563 | u64 amount_msat_ratio_floor(struct amount_msat a, struct amount_msat b) |
| 564 | { |
no outgoing calls
no test coverage detected