X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ci%2Fcheck-cfg-flags.py;h=277ae1077baad7052fe379f1f8cb5cb1e1ff6f41;hb=fd705c79195397240a95ff52fc2848004ac3a26d;hp=85cbde8538408c812f8b0ec4e3dd65b925c958bd;hpb=4b35697aff5af6bb505f4fc8b21bc56b966e8274;p=rust-lightning diff --git a/ci/check-cfg-flags.py b/ci/check-cfg-flags.py index 85cbde85..277ae107 100755 --- a/ci/check-cfg-flags.py +++ b/ci/check-cfg-flags.py @@ -39,6 +39,8 @@ def check_feature(feature): pass elif feature == "electrum": pass + elif feature == "time": + pass elif feature == "_test_utils": pass elif feature == "_test_vectors": @@ -86,6 +88,8 @@ def check_cfg_tag(cfg): pass elif cfg == "taproot": pass + elif cfg == "async_signing": + pass elif cfg == "require_route_graph_test": pass else: