X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ci%2Fcheck-cfg-flags.py;h=0cfa2023ee2b9844a07601548584d7c687f43e04;hb=9be364f60ea1ed348a94ea93e9e4d90394a4c1cb;hp=d6e8e0a90feff9862aaaccbe56271673d25b834d;hpb=73da722d18af7b510711c405154d81c1c9458942;p=rust-lightning diff --git a/ci/check-cfg-flags.py b/ci/check-cfg-flags.py index d6e8e0a9..0cfa2023 100755 --- a/ci/check-cfg-flags.py +++ b/ci/check-cfg-flags.py @@ -13,7 +13,9 @@ def check_feature(feature): pass elif feature == "no-std": pass - elif feature == "ahash": + elif feature == "possiblyrandom": + pass + elif feature == "getrandom": pass elif feature == "hashbrown": pass @@ -94,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