Skip to content

Commit 81c36d4

Browse files
committed
Move NodeAlias import to other non-pub imports
1 parent 7c3232c commit 81c36d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ mod wallet;
100100
pub use bip39;
101101
pub use bitcoin;
102102
pub use lightning;
103-
use lightning::routing::gossip::NodeAlias;
104103
pub use lightning_invoice;
105104

106105
pub use balance::{BalanceDetails, LightningBalance, PendingSweepBalance};
@@ -151,6 +150,7 @@ use lightning::chain::{BestBlock, Confirm};
151150
use lightning::events::bump_transaction::Wallet as LdkWallet;
152151
use lightning::ln::channelmanager::{ChannelShutdownState, PaymentId};
153152
use lightning::ln::msgs::SocketAddress;
153+
use lightning::routing::gossip::NodeAlias;
154154

155155
pub use lightning::util::logger::Level as LogLevel;
156156

0 commit comments

Comments
 (0)