Edit `Event::SpendableOutputs` docs to mention `OutputSweeper`
[rust-lightning] / ci / check-cfg-flags.py
index 0b3a4d569ad6669cc285436bbaae12e0dd44dd94..0cfa2023ee2b9844a07601548584d7c687f43e04 100755 (executable)
@@ -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