We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f5b92 commit 47f7dfeCopy full SHA for 47f7dfe
ci/check-cfg-flags.py
@@ -96,6 +96,8 @@ def check_cfg_tag(cfg):
96
pass
97
elif cfg == "require_route_graph_test":
98
99
+ elif cfg == "dual_funding":
100
+ pass
101
else:
102
print("Bad cfg tag: " + cfg)
103
assert False
ci/ci-tests.sh
@@ -174,3 +174,4 @@ fi
174
echo -e "\n\nTest cfg-flag builds"
175
RUSTFLAGS="--cfg=taproot" cargo test --verbose --color always -p lightning
176
RUSTFLAGS="--cfg=async_signing" cargo test --verbose --color always -p lightning
177
+RUSTFLAGS="--cfg=dual_funding" cargo test --verbose --color always -p lightning
0 commit comments