Skip to content

Commit 3980ea7

Browse files
committed
fix: export KeyValue
1 parent 1646b92 commit 3980ea7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ use types::{
161161
OnionMessenger, PaymentStore, PeerManager, Router, Scorer, Sweeper, Wallet,
162162
};
163163
pub use types::{
164-
ChannelDetails, ChannelMonitorSizeInfo, CustomTlvRecord, DynStore, PeerDetails,
164+
ChannelDetails, ChannelMonitorSizeInfo, CustomTlvRecord, DynStore, KeyValue, PeerDetails,
165165
SyncAndAsyncKVStore, UserChannelId, WordCount,
166166
};
167167
pub use {
@@ -171,7 +171,6 @@ pub use {
171171

172172
use crate::scoring::setup_background_pathfinding_scores_sync;
173173

174-
use crate::types::KeyValue;
175174
pub use crate::types::{MigrateStorage, ResetState, TlvEntry};
176175

177176
#[cfg(feature = "uniffi")]

0 commit comments

Comments
 (0)