X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ci%2Fcheck-cfg-flags.py;h=277ae1077baad7052fe379f1f8cb5cb1e1ff6f41;hb=a1c30041360905e5edcb343447cf1d5872188914;hp=85cbde8538408c812f8b0ec4e3dd65b925c958bd;hpb=9856fb67106316ca66ef278cdc0cac9a52fad763;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: