File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- // This file is Copyright its original authors, visible in version control history.
2- //
3- // This file is licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
4- // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
5- // http://opensource.org/licenses/MIT>, at your option. You may not use this file except in
6- // accordance with one or both of these licenses.
7-
8- pub ( crate ) mod lsps1;
9- pub ( crate ) mod lsps2;
10-
11- pub use lsps1:: LSPS1OrderStatus ;
1+ // This file is Copyright its original authors, visible in version control history.
2+ //
3+ // This file is licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
4+ // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
5+ // http://opensource.org/licenses/MIT>, at your option. You may not use this file except in
6+ // accordance with one or both of these licenses.
7+
8+ pub ( crate ) mod lsps1;
9+ pub ( crate ) mod lsps2;
10+
11+ pub use lsps1:: LSPS1OrderStatus ;
Original file line number Diff line number Diff line change 1010pub ( crate ) mod client;
1111pub ( crate ) mod service;
1212
13- pub use client:: lsps1:: LSPS1Liquidity ;
14- pub use client:: LSPS1OrderStatus ;
15- pub use service:: lsps2:: LSPS2ServiceConfig ;
16-
1713use std:: collections:: hash_map:: Entry ;
1814use std:: collections:: HashMap ;
1915use std:: ops:: Deref ;
2016use std:: sync:: { Arc , Mutex , RwLock } ;
2117use std:: time:: Duration ;
2218
2319use bitcoin:: secp256k1:: PublicKey ;
20+ pub use client:: lsps1:: LSPS1Liquidity ;
21+ pub use client:: LSPS1OrderStatus ;
2422use lightning:: ln:: msgs:: SocketAddress ;
2523use lightning_liquidity:: events:: LiquidityEvent ;
2624use lightning_liquidity:: lsps0:: event:: LSPS0ClientEvent ;
2725use lightning_liquidity:: lsps1:: client:: LSPS1ClientConfig as LdkLSPS1ClientConfig ;
2826use lightning_liquidity:: lsps2:: client:: LSPS2ClientConfig as LdkLSPS2ClientConfig ;
2927use lightning_liquidity:: lsps2:: service:: LSPS2ServiceConfig as LdkLSPS2ServiceConfig ;
3028use lightning_liquidity:: { LiquidityClientConfig , LiquidityServiceConfig } ;
29+ pub use service:: lsps2:: LSPS2ServiceConfig ;
3130use tokio:: sync:: oneshot;
3231
3332use crate :: builder:: BuildError ;
You can’t perform that action at this time.
0 commit comments