We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818835a commit 1aa1169Copy full SHA for 1aa1169
src/rust/bitbox02-rust/src/xpubcache.rs
@@ -39,7 +39,7 @@ pub trait Xpub: Sized {
39
///
40
/// The cache must be configured using `add_keypath()`, otherwise no caching occurs. The reason
41
/// 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
+/// shouldn't cache xpubs at the address level (e.g. m/84'/0'/0'/0/0), as they don't repeat and there
43
/// can be many of them.
44
pub struct XpubCache<X> {
45
// List of keypaths for which we want to cache xpubs for.
0 commit comments