MCPcopy 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
124int 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_setupFunction · 0.85
check_lease_rate_feesFunction · 0.85
common_shutdownFunction · 0.85

Tested by

no test coverage detected