File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -100,8 +100,6 @@ def check_cfg_tag(cfg):
100
100
pass
101
101
elif cfg == "require_route_graph_test" :
102
102
pass
103
- elif cfg == "dual_funding" :
104
- pass
105
103
elif cfg == "splicing" :
106
104
pass
107
105
elif cfg == "async_payments" :
Original file line number Diff line number Diff line change @@ -176,8 +176,6 @@ RUSTFLAGS="--cfg=taproot" cargo test --verbose --color always -p lightning
176
176
[ " $CI_MINIMIZE_DISK_USAGE " != " " ] && cargo clean
177
177
RUSTFLAGS=" --cfg=async_signing" cargo test --verbose --color always -p lightning
178
178
[ " $CI_MINIMIZE_DISK_USAGE " != " " ] && cargo clean
179
- RUSTFLAGS=" --cfg=dual_funding" cargo test --verbose --color always -p lightning
180
- [ " $CI_MINIMIZE_DISK_USAGE " != " " ] && cargo clean
181
179
RUSTFLAGS=" --cfg=splicing" cargo test --verbose --color always -p lightning
182
180
[ " $CI_MINIMIZE_DISK_USAGE " != " " ] && cargo clean
183
181
RUSTFLAGS=" --cfg=async_payments" cargo test --verbose --color always -p lightning
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ mod async_signer_tests;
85
85
#[ cfg( test) ]
86
86
#[ allow( unused_mut) ]
87
87
mod offers_tests;
88
- #[ allow( dead_code) ] // TODO(dual_funding ): Exchange for dual_funding cfg
88
+ #[ allow( dead_code) ] // TODO(splicing ): Exchange for splicing cfg
89
89
pub ( crate ) mod interactivetxs;
90
90
91
91
pub use self :: peer_channel_encryptor:: LN_MAX_MSG_LEN ;
You can’t perform that action at this time.
0 commit comments