Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ amount_sat
Function
amount_sat
common/amount.c:485–491 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
483
}
484
485
struct amount_sat amount_sat(u64 satoshis)
486
{
487
struct amount_sat sat;
488
489
sat.satoshis = satoshis;
490
return sat;
491
}
492
493
double amount_msat_ratio(struct amount_msat a, struct amount_msat b)
494
{
Callers
1
penalty_base_new
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected