We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CreateWithPersistError::Descriptor
1 parent 35502e0 commit 5ba59adCopy full SHA for 5ba59ad
1 file changed
src/wallet/persisted.rs
@@ -366,7 +366,7 @@ pub enum CreateWithPersistError<E> {
366
Persist(E),
367
/// Persister already has wallet data.
368
DataAlreadyExists(Box<ChangeSet>),
369
- /// Occurs when the loaded changeset cannot construct [`Wallet`].
+ /// Occurs when the provided descriptor(s) cannot construct [`Wallet`].
370
Descriptor(DescriptorError),
371
}
372
0 commit comments