X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ci%2Fcheck-cfg-flags.py;h=0cfa2023ee2b9844a07601548584d7c687f43e04;hb=b783736356d17704852ea121a325b2978884ad9a;hp=d6e8e0a90feff9862aaaccbe56271673d25b834d;hpb=e64342afab9c5aed1ed3592fcc2e2f3a38fac101;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