Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
GhenadieVP committed Nov 19, 2024
1 parent 409938a commit 185004c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ impl ProfileNetwork {
account
}

/// Tombostones the account associated with the `account_address`
/// Tombstones the account associated with the `account_address`
pub(crate) fn tombstone_account(
&mut self,
account_address: &AccountAddress,
Expand Down
4 changes: 2 additions & 2 deletions crates/sargon/src/profile/v100/networks/profile_networks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ impl ProfileNetworks {
})
}

/// Tombostones the account associated with the `account_address`
/// Tombstones the account associated with the `account_address`
pub(crate) fn tombstone_account(
&mut self,
account_address: &AccountAddress,
Expand All @@ -49,7 +49,7 @@ impl ProfileNetworks {
})
}

/// Tombostones the accounts
/// Tombstones the accounts
pub(crate) fn tombstone_accounts(
&mut self,
account_addresses: &Vec<AccountAddress>,
Expand Down

0 comments on commit 185004c

Please sign in to comment.