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

Function expected_channel_features

tests/utils.py:80–83  ·  view source on GitHub ↗

Return the expected channel features hexstring for this configuration

(wumbo_channels=False, extra=[])

Source from the content-addressed store, hash-verified

78
79
80def expected_channel_features(wumbo_channels=False, extra=[]):
81 """Return the expected channel features hexstring for this configuration"""
82 features = []
83 return hex_bits(features + extra)
84
85
86def move_matches(exp, mv):

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