X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ci%2Fcheck-cfg-flags.py;h=fd514da657bfd8a12801eea16a9cf8fedd13aac6;hb=33b9ba558c6b651e8d282052867e701f1543cec6;hp=0b3a4d569ad6669cc285436bbaae12e0dd44dd94;hpb=cd847574f221485fe10251e1e4fa1fdbe302a6c5;p=rust-lightning diff --git a/ci/check-cfg-flags.py b/ci/check-cfg-flags.py index 0b3a4d56..fd514da6 100755 --- a/ci/check-cfg-flags.py +++ b/ci/check-cfg-flags.py @@ -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