Skip to content

Commit bebc89b

Browse files
Fix comment on peek_address
Co-authored-by: Raj <[email protected]>
1 parent 63f1ec0 commit bebc89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ where
285285
}
286286
}
287287

288-
// Return derived address for the external descriptor at a specific index
288+
// Return derived address for the descriptor of given [`KeychainKind`] at a specific index
289289
fn peek_address(&self, index: u32, keychain: KeychainKind) -> Result<AddressInfo, Error> {
290290
self.get_descriptor_for_keychain(keychain)
291291
.as_derived(index, &self.secp)

0 commit comments

Comments
 (0)