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

Function amount_msat_greater

common/amount.c:453–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451}
452
453bool amount_msat_greater(struct amount_msat a, struct amount_msat b)
454{
455 return a.millisatoshis > b.millisatoshis;
456}
457
458bool amount_sat_greater_eq(struct amount_sat a, struct amount_sat b)
459{

Callers 15

add_htlcFunction · 0.85
new_channelFunction · 0.85
channel_amount_spendableFunction · 0.85
set_channel_configFunction · 0.85
json_add_payment_fieldsFunction · 0.85
json_sendpayFunction · 0.85
json_injectpaymentonionFunction · 0.85
routehint_candidatesFunction · 0.85
best_channelFunction · 0.85
forward_htlcFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_amount_sub_feeFunction · 0.68
mainFunction · 0.68