From 185004cd2ce538c68ad218c8965e5bba270db129 Mon Sep 17 00:00:00 2001 From: Ghenadie Vasiliev-Pusca Date: Tue, 19 Nov 2024 12:52:40 +0200 Subject: [PATCH] wip --- .../src/profile/v100/networks/network/profile_network.rs | 2 +- crates/sargon/src/profile/v100/networks/profile_networks.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/sargon/src/profile/v100/networks/network/profile_network.rs b/crates/sargon/src/profile/v100/networks/network/profile_network.rs index a54db6895..70184be8f 100644 --- a/crates/sargon/src/profile/v100/networks/network/profile_network.rs +++ b/crates/sargon/src/profile/v100/networks/network/profile_network.rs @@ -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, diff --git a/crates/sargon/src/profile/v100/networks/profile_networks.rs b/crates/sargon/src/profile/v100/networks/profile_networks.rs index 465ef85e3..6e58250a1 100644 --- a/crates/sargon/src/profile/v100/networks/profile_networks.rs +++ b/crates/sargon/src/profile/v100/networks/profile_networks.rs @@ -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, @@ -49,7 +49,7 @@ impl ProfileNetworks { }) } - /// Tombostones the accounts + /// Tombstones the accounts pub(crate) fn tombstone_accounts( &mut self, account_addresses: &Vec,