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