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

Function expected_channel_features

tests/utils.py:68–71  ·  view source on GitHub ↗

Return the expected channel features hexstring for this configuration

(extra=[])

Source from the content-addressed store, hash-verified

66
67
68def expected_channel_features(extra=[]):
69 """Return the expected channel features hexstring for this configuration"""
70 features = []
71 return hex_bits(features + extra)
72
73
74def bkpr_account_balance(node, acct_id):

Callers 2

test_wumbo_channelsFunction · 0.90
test_feature_setFunction · 0.90

Calls 1

hex_bitsFunction · 0.85

Tested by 2

test_wumbo_channelsFunction · 0.72
test_feature_setFunction · 0.72