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;
1010
1111use lightning:: io;
1212use lightning:: util:: persist:: KVStore ;
13- use lightning:: util:: string:: PrintableString ;
13+
14+ use lightning_types:: string:: PrintableString ;
1415
1516use rusqlite:: { named_params, Connection } ;
1617
Original file line number Diff line number Diff line change @@ -32,9 +32,10 @@ use lightning::util::persist::{
3232 SCORER_PERSISTENCE_PRIMARY_NAMESPACE , SCORER_PERSISTENCE_SECONDARY_NAMESPACE ,
3333} ;
3434use lightning:: util:: ser:: { Readable , ReadableArgs , Writeable } ;
35- use lightning:: util:: string:: PrintableString ;
3635use lightning:: util:: sweep:: { OutputSpendStatus , OutputSweeper } ;
3736
37+ use lightning_types:: string:: PrintableString ;
38+
3839use bdk_chain:: indexer:: keychain_txout:: ChangeSet as BdkIndexerChangeSet ;
3940use bdk_chain:: local_chain:: ChangeSet as BdkLocalChainChangeSet ;
4041use 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};
2020use lightning:: offers:: offer:: { Amount , Offer as LdkOffer , Quantity } ;
2121use lightning:: offers:: parse:: Bolt12SemanticError ;
2222use lightning:: routing:: router:: RouteParametersConfig ;
23- use lightning:: util:: string:: UntrustedString ;
23+
24+ use lightning_types:: string:: UntrustedString ;
2425
2526use rand:: RngCore ;
2627
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ use lightning::ln::channelmanager::PaymentId;
99use lightning:: ln:: msgs:: DecodeError ;
1010use lightning:: offers:: offer:: OfferId ;
1111use lightning:: util:: ser:: { Readable , Writeable } ;
12- use lightning:: util:: string:: UntrustedString ;
1312use lightning:: {
1413 _init_and_read_len_prefixed_tlv_fields, impl_writeable_tlv_based,
1514 impl_writeable_tlv_based_enum, write_tlv_fields,
1615} ;
1716
1817use lightning_types:: payment:: { PaymentHash , PaymentPreimage , PaymentSecret } ;
18+ use lightning_types:: string:: UntrustedString ;
1919
2020use bitcoin:: { BlockHash , Txid } ;
2121
You can’t perform that action at this time.
0 commit comments