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

Function amount_sat_greater_eq

common/amount.c:458–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456}
457
458bool amount_sat_greater_eq(struct amount_sat a, struct amount_sat b)
459{
460 return a.satoshis >= b.satoshis;
461}
462
463bool amount_msat_greater_eq(struct amount_msat a, struct amount_msat b)
464{

Callers 14

create_close_txFunction · 0.70
receive_offerFunction · 0.50
amount_in_rangeFunction · 0.50
adjust_offerFunction · 0.50
change_amountFunction · 0.50
change_for_emergencyFunction · 0.50
json_fundpsbtFunction · 0.50
json_addpsbtinputFunction · 0.50
feerate_satisfiedFunction · 0.50
onchaind_tx_unsignedFunction · 0.50
build_utxopsbt_requestFunction · 0.50
check_emergency_satFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected