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 73836b6 commit 48fa466Copy full SHA for 48fa466
src/rust/bitbox02-rust/src/xpubcache.rs
@@ -37,7 +37,7 @@ pub trait Xpub: Sized {
37
38
/// Implements a cache for xpubs. Cached intermediate xpubs are used to derive child xpubs.
39
///
40
-/// The cache must be configured using `cache_keypath()`, otherwise no caching occurs. The reason
+/// 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
43
/// can be many of them.
0 commit comments