Fix typo in CHANGELOG and doc in wallet/mod.rs

This commit is contained in:
Steve Myers
2022-03-08 20:02:47 -06:00
parent 660faab1e2
commit 0cc4700bd6
2 changed files with 2 additions and 2 deletions

View File

@@ -233,7 +233,7 @@ where
self.network
}
// Return a newly derived address using the external descriptor
// Return a newly derived address for the specified `keychain`.
fn get_new_address(&self, keychain: KeychainKind) -> Result<AddressInfo, Error> {
let incremented_index = self.fetch_and_increment_index(keychain)?;