X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ci%2Fcheck-cfg-flags.py;h=fd514da657bfd8a12801eea16a9cf8fedd13aac6;hb=8701b1bbe3a1e92cdb1e9dc56b6472574d6a9d93;hp=0cfa2023ee2b9844a07601548584d7c687f43e04;hpb=47f7dfe9ee41deaf12468674e0aa4b2a793cc981;p=rust-lightning diff --git a/ci/check-cfg-flags.py b/ci/check-cfg-flags.py index 0cfa2023..fd514da6 100755 --- a/ci/check-cfg-flags.py +++ b/ci/check-cfg-flags.py @@ -98,6 +98,8 @@ def check_cfg_tag(cfg): pass elif cfg == "dual_funding": pass + elif cfg == "splicing": + pass else: print("Bad cfg tag: " + cfg) assert False