multi: enable optional route blinding feature

This commit is contained in:
Carla Kirk-Cohen
2024-02-17 17:50:38 -05:00
parent 75d4a4c295
commit eaa85920ea
10 changed files with 383 additions and 333 deletions

View File

@@ -4311,6 +4311,8 @@ enum FeatureBit {
ANCHORS_OPT = 21;
ANCHORS_ZERO_FEE_HTLC_REQ = 22;
ANCHORS_ZERO_FEE_HTLC_OPT = 23;
ROUTE_BLINDING_REQUIRED = 24;
ROUTE_BLINDING_OPTIONAL = 25;
AMP_REQ = 30;
AMP_OPT = 31;
}