MCPcopy Create free account
hub / github.com/ElementsProject/lightning / order_fees

Function order_fees

plugins/bkpr/onchain_fee.c:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50static 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! */
56struct ordered_ofees {

Callers 3

new_onchain_feeFunction · 0.85
get_chain_fees_by_txidFunction · 0.85
list_chain_fees_timeboxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected