Pass PaymentContext through HTLC processing
[rust-lightning] / ci / check-cfg-flags.py
index 277ae1077baad7052fe379f1f8cb5cb1e1ff6f41..0cfa2023ee2b9844a07601548584d7c687f43e04 100755 (executable)
@@ -13,6 +13,10 @@ def check_feature(feature):
         pass
     elif feature == "no-std":
         pass
+    elif feature == "possiblyrandom":
+        pass
+    elif feature == "getrandom":
+        pass
     elif feature == "hashbrown":
         pass
     elif feature == "backtrace":
@@ -92,6 +96,8 @@ def check_cfg_tag(cfg):
         pass
     elif cfg == "require_route_graph_test":
         pass
+    elif cfg == "dual_funding":
+        pass
     else:
         print("Bad cfg tag: " + cfg)
         assert False