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