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

Function amount_msat_div

common/amount.c:498–502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496}
497
498struct amount_msat amount_msat_div(struct amount_msat msat, u64 div)
499{
500 msat.millisatoshis /= div;
501 return msat;
502}
503
504struct amount_sat amount_sat_div(struct amount_sat sat, u64 div)
505{

Callers 5

shadow_route_cbFunction · 0.85
least_costFunction · 0.85
measure_least_costFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected