X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=inline;f=ci%2Fcheck-cfg-flags.py;h=277ae1077baad7052fe379f1f8cb5cb1e1ff6f41;hb=fd705c79195397240a95ff52fc2848004ac3a26d;hp=02b598cd447d26a5577883cf17382cd5a2685ea3;hpb=c9d52cf1854b09bd9dc8d7a5916e8f8c840c07bb;p=rust-lightning diff --git a/ci/check-cfg-flags.py b/ci/check-cfg-flags.py index 02b598cd..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":