X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ci%2Fcheck-cfg-flags.py;h=0cfa2023ee2b9844a07601548584d7c687f43e04;hb=63ebaccca3c284c28f24537c2c0c034f9cc9c3c4;hp=02b598cd447d26a5577883cf17382cd5a2685ea3;hpb=c9d52cf1854b09bd9dc8d7a5916e8f8c840c07bb;p=rust-lightning diff --git a/ci/check-cfg-flags.py b/ci/check-cfg-flags.py index 02b598cd..0cfa2023 100755 --- a/ci/check-cfg-flags.py +++ b/ci/check-cfg-flags.py @@ -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": @@ -39,6 +43,8 @@ def check_feature(feature): pass elif feature == "electrum": pass + elif feature == "time": + pass elif feature == "_test_utils": pass elif feature == "_test_vectors": @@ -90,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