Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ main
Function
main
common/test/run-lease_rates.c:124–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
int main(int argc, char *argv[])
125
{
126
common_setup(argv[0]);
127
128
check_lease_rate_commitment_hash();
129
check_lease_rate_fees();
130
131
common_shutdown();
132
}
Callers
nothing calls this directly
Calls
4
common_setup
Function · 0.85
check_lease_rate_commitment_hash
Function · 0.85
check_lease_rate_fees
Function · 0.85
common_shutdown
Function · 0.85
Tested by
no test coverage detected