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

Function basic_fee

tests/utils.py:419–425  ·  view source on GitHub ↗
(feerate)

Source from the content-addressed store, hash-verified

417
418
419def basic_fee(feerate):
420 if EXPERIMENTAL_FEATURES or EXPERIMENTAL_DUAL_FUND:
421 # option_anchor_outputs
422 weight = 1124
423 else:
424 weight = 724
425 return (weight * feerate) // 1000
426
427
428def closing_fee(feerate, num_outputs):

Callers 1

Calls

no outgoing calls

Tested by 1