Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/stakwork/sphinx-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Evanfeenstra committed Feb 1, 2024
2 parents 6961581 + 99d1cad commit 6a94e68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion signer/src/kvv.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pub use vls_persist::kvv::{
cloud::CloudKVVStore, memory::MemoryKVVStore, KVVPersister, KVVStore, ValueFormat, KVV,
cloud::CloudKVVStore, memory::MemoryKVVStore, JsonFormat, KVVPersister, KVVStore, ValueFormat,
KVV,
};
pub use vls_protocol_signer::lightning_signer::{persist::Error, SendSync};

Expand Down
1 change: 1 addition & 0 deletions signer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ pub use sphinx_glyph;
pub use vls_protocol;

pub use derive::node_keys as derive_node_keys;
pub use vls_protocol_signer::approver::WarningPositiveApprover;
pub use vls_protocol_signer::handler::{Handler, RootHandler, RootHandlerBuilder};
pub use vls_protocol_signer::lightning_signer;

0 comments on commit 6a94e68

Please sign in to comment.