Skip to content

Commit

Permalink
refactor(wallet)!: Make bdk_wallet::ChangeSet non-exhaustive
Browse files Browse the repository at this point in the history
  • Loading branch information
evanlinjin committed Jul 18, 2024
1 parent 22d02ed commit af4ee0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/wallet/src/wallet/changeset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ type IndexedTxGraphChangeSet =

/// A changeset for [`Wallet`](crate::Wallet).
#[derive(Default, Debug, Clone, PartialEq, serde::Deserialize, serde::Serialize)]
#[non_exhaustive]
pub struct ChangeSet {
/// Descriptor for recipient addresses.
pub descriptor: Option<Descriptor<DescriptorPublicKey>>,
Expand Down

0 comments on commit af4ee0f

Please sign in to comment.