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

Function amount_msat_less

common/amount.c:473–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471}
472
473bool amount_msat_less(struct amount_msat a, struct amount_msat b)
474{
475 return a.millisatoshis < b.millisatoshis;
476}
477
478bool amount_sat_less_eq(struct amount_sat a, struct amount_sat b)
479{

Callers 15

amount_msat_minFunction · 0.70
gossmod_add_localchanFunction · 0.70
onion_decodeFunction · 0.70
do_i_sign_firstFunction · 0.50
check_balancesFunction · 0.50
add_htlcFunction · 0.50
htlc_max_possible_sendFunction · 0.50
new_channelFunction · 0.50
channel_amount_spendableFunction · 0.50
set_channel_configFunction · 0.50
json_setchannelFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected