Skip to content

Commit 4942cc6

Browse files
committed
Merge #1623: fix!(wallet): ChangeSet should not be non-exhaustive
d7dfe38 fix!(wallet): `ChangeSet` should not be non-exhaustive (志宇) Pull request description: Closes #1591 ### Description As stated in #1591, it is handy to know when new values are added to `ChangeSet`. ### Notes to the reviewers ~ ### Changelog notice * Remove `#[non_exhaustive]` attribute from `wallet::ChangeSet`. ### Checklists #### All Submissions: * [x] I've signed all my commits * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) * [x] I ran `cargo fmt` and `cargo clippy` before committing ACKs for top commit: oleonardolima: utACK d7dfe38 ValuedMammal: ACK d7dfe38 Tree-SHA512: 2856d9af625ee788c5ddec0a51dace26a1cb1b57b327ffb8439fe8a45888cdf2ecaeac8d2c777620f83b66d211bac4d17fea3d1143800127316ba475b5064b23
2 parents 9e47b64 + d7dfe38 commit 4942cc6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

crates/wallet/src/wallet/changeset.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ type IndexedTxGraphChangeSet =
88

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

0 commit comments

Comments
 (0)