Skip to content

Commit

Permalink
docs(wallet): fix typo in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ValuedMammal committed Dec 13, 2024
1 parent bcc5329 commit d051e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wallet/src/wallet/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ impl Wallet {
}

/// Get the next unused address for the given `keychain`, i.e. the address with the lowest
/// derivation index that hasn't been used a transaction.
/// derivation index that hasn't been used in a transaction.
///
/// This will attempt to reveal a new address if all previously revealed addresses have
/// been used, in which case the returned address will be the same as calling [`Wallet::reveal_next_address`].
Expand Down

0 comments on commit d051e73

Please sign in to comment.