File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ use crate::io::utils::check_namespace_key_validity;
10
10
11
11
use lightning:: io;
12
12
use lightning:: util:: persist:: KVStore ;
13
- use lightning:: util:: string:: PrintableString ;
13
+
14
+ use lightning_types:: string:: PrintableString ;
14
15
15
16
use rusqlite:: { named_params, Connection } ;
16
17
Original file line number Diff line number Diff line change @@ -32,9 +32,10 @@ use lightning::util::persist::{
32
32
SCORER_PERSISTENCE_PRIMARY_NAMESPACE , SCORER_PERSISTENCE_SECONDARY_NAMESPACE ,
33
33
} ;
34
34
use lightning:: util:: ser:: { Readable , ReadableArgs , Writeable } ;
35
- use lightning:: util:: string:: PrintableString ;
36
35
use lightning:: util:: sweep:: { OutputSpendStatus , OutputSweeper } ;
37
36
37
+ use lightning_types:: string:: PrintableString ;
38
+
38
39
use bdk_chain:: indexer:: keychain_txout:: ChangeSet as BdkIndexerChangeSet ;
39
40
use bdk_chain:: local_chain:: ChangeSet as BdkLocalChainChangeSet ;
40
41
use bdk_chain:: miniscript:: { Descriptor , DescriptorPublicKey } ;
Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ use lightning::ln::channelmanager::{PaymentId, Retry};
20
20
use lightning:: offers:: offer:: { Amount , Offer as LdkOffer , Quantity } ;
21
21
use lightning:: offers:: parse:: Bolt12SemanticError ;
22
22
use lightning:: routing:: router:: RouteParametersConfig ;
23
- use lightning:: util:: string:: UntrustedString ;
23
+
24
+ use lightning_types:: string:: UntrustedString ;
24
25
25
26
use rand:: RngCore ;
26
27
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ use lightning::ln::channelmanager::PaymentId;
9
9
use lightning:: ln:: msgs:: DecodeError ;
10
10
use lightning:: offers:: offer:: OfferId ;
11
11
use lightning:: util:: ser:: { Readable , Writeable } ;
12
- use lightning:: util:: string:: UntrustedString ;
13
12
use lightning:: {
14
13
_init_and_read_len_prefixed_tlv_fields, impl_writeable_tlv_based,
15
14
impl_writeable_tlv_based_enum, write_tlv_fields,
16
15
} ;
17
16
18
17
use lightning_types:: payment:: { PaymentHash , PaymentPreimage , PaymentSecret } ;
18
+ use lightning_types:: string:: UntrustedString ;
19
19
20
20
use bitcoin:: { BlockHash , Txid } ;
21
21
You can’t perform that action at this time.
0 commit comments