Pass PaymentContext through HTLC processing
[rust-lightning] / ci / check-cfg-flags.py
index 8952b693a60d35c8b34391151d8c7a75051d719e..0cfa2023ee2b9844a07601548584d7c687f43e04 100755 (executable)
@@ -13,7 +13,7 @@ def check_feature(feature):
         pass
     elif feature == "no-std":
         pass
-    elif feature == "ahash":
+    elif feature == "possiblyrandom":
         pass
     elif feature == "getrandom":
         pass
@@ -96,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