Add small clarification to docs

This commit is contained in:
thunderbiscuit
2023-01-19 15:03:37 -05:00
parent eac739d395
commit f0cec015b5
6 changed files with 9 additions and 10 deletions

View File

@@ -132,7 +132,7 @@ pub enum AddressIndex {
Reset(u32),
}
/// A derived address and the index it was found at
/// A derived address and the index it was found at.
/// For convenience this automatically derefs to `Address`
#[derive(Debug, PartialEq, Eq)]
pub struct AddressInfo {