File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ // This file is Copyright its original authors, visible in version control
2+ // history.
3+ //
4+ // This file is licensed under the Apache License, Version 2.0 <LICENSE-APACHE
5+ // or http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
6+ // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option.
7+ // You may not use this file except in accordance with one or both of these
8+ // licenses.
9+
10+ //! Tests that test the channel open process.
11+
112use crate :: events:: Event ;
213use crate :: ln:: channelmanager:: { MAX_UNFUNDED_CHANNEL_PEERS , MAX_UNFUNDED_CHANS_PER_PEER } ;
314use crate :: ln:: msgs:: {
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ pub mod bolt11_payment_tests;
7777mod chanmon_update_fail_tests;
7878#[ cfg( test) ]
7979#[ allow( unused_mut) ]
80- mod channel_acceptance_tests ;
80+ mod channel_open_tests ;
8181#[ cfg( test) ]
8282#[ allow( unused_mut) ]
8383mod channel_type_tests;
You can’t perform that action at this time.
0 commit comments