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

Function amount_sat_div

common/amount.c:504–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504struct amount_sat amount_sat_div(struct amount_sat sat, u64 div)
505{
506 sat.satoshis /= div;
507 return sat;
508}
509
510bool amount_sat_mul(struct amount_sat *res, struct amount_sat sat, u64 mul)
511{

Callers 5

calculate_reserveFunction · 0.85
runFunction · 0.85
lease_rates_calc_feeFunction · 0.85
set_reserveFunction · 0.85
set_reserveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected