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

Function opening_feerate

lightningd/chaintopology.c:612–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610};
611
612u32 opening_feerate(struct chain_topology *topo)
613{
614 if (topo->ld->force_feerates)
615 return topo->ld->force_feerates[FEERATE_OPENING];
616 return feerate_for_deadline(topo,
617 conversions[FEERATE_OPENING].blockcount);
618}
619
620u32 splice_feerate(struct chain_topology *topo, struct lightningd *ld)
621{

Callers 9

init_set_feerateFunction · 0.70
splice_feerateFunction · 0.70
json_feeratesFunction · 0.70
param_feerate_uncheckedFunction · 0.70
json_fundchannel_startFunction · 0.70
channel_update_feeratesFunction · 0.70
peer_start_channeldFunction · 0.70
json_dev_feerateFunction · 0.70
json_addpsbtinputFunction · 0.50

Calls 1

feerate_for_deadlineFunction · 0.70

Tested by

no test coverage detected