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

Function amount_msat_greater

common/amount.c:388–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386}
387
388bool amount_msat_greater(struct amount_msat a, struct amount_msat b)
389{
390 return a.millisatoshis > b.millisatoshis;
391}
392
393bool amount_sat_greater_eq(struct amount_sat a, struct amount_sat b)
394{

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
routehint_candidatesFunction · 0.85
best_channelFunction · 0.85
forward_htlcFunction · 0.85
remove_htlc_inFunction · 0.85
invoice_check_paymentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected