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

Function opening_feerate

lightningd/chaintopology.c:420–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418}
419
420u32 opening_feerate(struct chain_topology *topo)
421{
422 return try_get_feerate(topo, FEERATE_OPENING);
423}
424
425u32 mutual_close_feerate(struct chain_topology *topo)
426{

Callers 3

init_set_feerateFunction · 0.85
json_feeratesFunction · 0.85
json_fundchannel_startFunction · 0.85

Calls 1

try_get_feerateFunction · 0.70

Tested by

no test coverage detected