X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ci%2Fcheck-cfg-flags.py;h=fd514da657bfd8a12801eea16a9cf8fedd13aac6;hb=dfb250b976eb9ad9e93f0c3f543ad88b76924d42;hp=8952b693a60d35c8b34391151d8c7a75051d719e;hpb=65108a022f6321df1e1ae35bf56114642d7cf89e;p=rust-lightning diff --git a/ci/check-cfg-flags.py b/ci/check-cfg-flags.py index 8952b693..fd514da6 100755 --- a/ci/check-cfg-flags.py +++ b/ci/check-cfg-flags.py @@ -13,7 +13,7 @@ def check_feature(feature): pass elif feature == "no-std": pass - elif feature == "ahash": + elif feature == "possiblyrandom": pass elif feature == "getrandom": pass @@ -96,6 +96,10 @@ def check_cfg_tag(cfg): pass elif cfg == "require_route_graph_test": pass + elif cfg == "dual_funding": + pass + elif cfg == "splicing": + pass else: print("Bad cfg tag: " + cfg) assert False