Skip to content

Commit c0e4418

Browse files
committed
Merge bitcoindevkit#381: fix(doc): reword CreateWithPersistError::Descriptor doc comment
5ba59ad fix(doc): reword `CreateWithPersistError::Descriptor` doc comment (shytypes) Pull request description: <!-- You can erase any parts of this template not applicable to your Pull Request. --> closes bitcoindevkit#358 ### Description <!-- Describe the purpose of this PR, what's being adding and/or fixed --> Rewords the doc comment on `CreateWithPersistError::Descriptor` (loaded changeset -> provided descriptor(s)) ### 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 `just p` before pushing ACKs for top commit: luisschwab: ACK 5ba59ad ValuedMammal: ACK 5ba59ad Tree-SHA512: 55b9d86b5eca8a6c254f6dc74fe7c19d28cfff914248b13c51d19427d520db8247c54d2af54433008bae6b767dc883d092b9ddbbb4eb9f96d7aac56871b8d9bd
2 parents c2d0850 + 5ba59ad commit c0e4418

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wallet/persisted.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ pub enum CreateWithPersistError<E> {
367367
Persist(E),
368368
/// Persister already has wallet data.
369369
DataAlreadyExists(Box<ChangeSet>),
370-
/// Occurs when the loaded changeset cannot construct [`Wallet`].
370+
/// Occurs when the provided descriptor(s) cannot construct [`Wallet`].
371371
Descriptor(DescriptorError),
372372
}
373373

0 commit comments

Comments
 (0)