mirror of
https://github.com/LORDBABUINO/stealth.git
synced 2026-06-11 14:53:30 -07:00
fixup! refactor(model): convert core crate into model for types and interfaces
Tighten the derived_addresses doc comment to describe the field's purpose without referencing the Python implementation details.
This commit is contained in:
@@ -203,8 +203,7 @@ pub struct WalletHistory {
|
||||
#[serde(default, with = "serde_addr_set")]
|
||||
pub internal_addresses: HashSet<Address<NetworkUnchecked>>,
|
||||
/// Every address derived from ALL wallet descriptors (external + internal).
|
||||
/// Used by `TxGraph` to seed `our_addrs`, matching the Python reference
|
||||
/// which uses `set(addr_map.keys())` over all derived addresses.
|
||||
/// Used by `TxGraph` to seed `our_addrs`
|
||||
#[serde(default, with = "serde_addr_set")]
|
||||
pub derived_addresses: HashSet<Address<NetworkUnchecked>>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user