Skip to content

Commit 5ba59ad

Browse files
committed
fix(doc): reword CreateWithPersistError::Descriptor doc comment
Signed-off-by: shytypes <abbaadamu302@gmail.com>
1 parent 35502e0 commit 5ba59ad

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
@@ -366,7 +366,7 @@ pub enum CreateWithPersistError<E> {
366366
Persist(E),
367367
/// Persister already has wallet data.
368368
DataAlreadyExists(Box<ChangeSet>),
369-
/// Occurs when the loaded changeset cannot construct [`Wallet`].
369+
/// Occurs when the provided descriptor(s) cannot construct [`Wallet`].
370370
Descriptor(DescriptorError),
371371
}
372372

0 commit comments

Comments
 (0)