We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NodeAlias
pub
1 parent 7c3232c commit 81c36d4Copy full SHA for 81c36d4
src/lib.rs
@@ -100,7 +100,6 @@ mod wallet;
100
pub use bip39;
101
pub use bitcoin;
102
pub use lightning;
103
-use lightning::routing::gossip::NodeAlias;
104
pub use lightning_invoice;
105
106
pub use balance::{BalanceDetails, LightningBalance, PendingSweepBalance};
@@ -151,6 +150,7 @@ use lightning::chain::{BestBlock, Confirm};
151
150
use lightning::events::bump_transaction::Wallet as LdkWallet;
152
use lightning::ln::channelmanager::{ChannelShutdownState, PaymentId};
153
use lightning::ln::msgs::SocketAddress;
+use lightning::routing::gossip::NodeAlias;
154
155
pub use lightning::util::logger::Level as LogLevel;
156
0 commit comments