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};