Skip to content

Commit 1b1eeae

Browse files
committed
fix: make ChangeSet of KeyRing public
1 parent 0df1a2a commit 1b1eeae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wallet/src/keyring/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
//! of descriptors. It ensures descriptors are usable together, consistent with a given network,
1414
//! and will work with a BDK `Wallet`.
1515
16-
mod changeset;
16+
/// Contains `Changeset` corresponding to `KeyRing`.
17+
pub mod changeset;
1718

1819
use crate::descriptor::IntoWalletDescriptor;
1920
use crate::keyring::changeset::ChangeSet;

0 commit comments

Comments
 (0)