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 63f1ec0 commit bebc89bCopy full SHA for bebc89b
src/wallet/mod.rs
@@ -285,7 +285,7 @@ where
285
}
286
287
288
- // Return derived address for the external descriptor at a specific index
+ // Return derived address for the descriptor of given [`KeychainKind`] at a specific index
289
fn peek_address(&self, index: u32, keychain: KeychainKind) -> Result<AddressInfo, Error> {
290
self.get_descriptor_for_keychain(keychain)
291
.as_derived(index, &self.secp)
0 commit comments