Skip to content

Commit 1aa1169

Browse files
committed
xpubcache: typo in docstring
1 parent 818835a commit 1aa1169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust/bitbox02-rust/src/xpubcache.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pub trait Xpub: Sized {
3939
///
4040
/// The cache must be configured using `add_keypath()`, otherwise no caching occurs. The reason
4141
/// for this is that automatic caching is harder to get right and reason about, e.g. in a BTC tx, we
42-
/// shouldn't cache xpubs at the address level (e.g. m/84/0'/0'/0/0), as they don't repeat and there
42+
/// shouldn't cache xpubs at the address level (e.g. m/84'/0'/0'/0/0), as they don't repeat and there
4343
/// can be many of them.
4444
pub struct XpubCache<X> {
4545
// List of keypaths for which we want to cache xpubs for.

0 commit comments

Comments
 (0)