| 48 | } |
| 49 | |
| 50 | static void order_fees(struct onchain_fee **ofs) |
| 51 | { |
| 52 | asort(ofs, tal_count(ofs), compare_onchain_fee, NULL); |
| 53 | } |
| 54 | |
| 55 | /* Convenience struct: array is always in compare_onchain_fee order! */ |
| 56 | struct ordered_ofees { |
no outgoing calls
no test coverage detected