From dede8476108f31793e2eab5dc9f8bc895754935a Mon Sep 17 00:00:00 2001 From: Elias Rohrer Date: Fri, 3 Jan 2025 12:54:03 +0100 Subject: [PATCH] f Drop unused import from `uniffi_types` --- src/uniffi_types.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/uniffi_types.rs b/src/uniffi_types.rs index 5df41d027..89e11efc5 100644 --- a/src/uniffi_types.rs +++ b/src/uniffi_types.rs @@ -16,7 +16,6 @@ pub use crate::config::{ pub use crate::graph::{ChannelInfo, ChannelUpdateInfo, NodeAnnouncementInfo, NodeInfo}; pub use crate::payment::store::{LSPFeeLimits, PaymentDirection, PaymentKind, PaymentStatus}; pub use crate::payment::{MaxTotalRoutingFeeLimit, QrPaymentResult, SendingParameters}; -pub use crate::types::CustomTlvRecord; pub use lightning::chain::channelmonitor::BalanceSource; pub use lightning::events::{ClosureReason, PaymentFailureReason};