1 2 3 4 5
// Bit positions from c-lightning/common/features.h: pub const OPT_STATIC_REMOTEKEY: usize = 12; pub const OPT_ANCHOR_OUTPUTS: usize = 20; pub const OPT_ANCHORS_ZERO_FEE_HTLC_TX: usize = 22; pub const OPT_MAX: usize = 32;