Skip to content

Commit 2964751

Browse files
authored
Merge pull request #2770 from dunxen/2023-12-dualfundingpreliminaries
Preliminary refactoring & structure for dual-funded channels
2 parents a854ccb + efec33f commit 2964751

File tree

6 files changed

+1177
-551
lines changed

6 files changed

+1177
-551
lines changed

ci/check-cfg-flags.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ def check_cfg_tag(cfg):
9696
pass
9797
elif cfg == "require_route_graph_test":
9898
pass
99+
elif cfg == "dual_funding":
100+
pass
99101
else:
100102
print("Bad cfg tag: " + cfg)
101103
assert False

ci/ci-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,3 +174,4 @@ fi
174174
echo -e "\n\nTest cfg-flag builds"
175175
RUSTFLAGS="--cfg=taproot" cargo test --verbose --color always -p lightning
176176
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

Comments
 (0)