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