Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gianfra-t committed Oct 16, 2024
1 parent a1a7c9b commit 49bfc01
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions clients/vault/src/system.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ impl VaultIdManager {
.await?
{
// check if vault is registered
// IDEA 2. Since this is never added to the vault_id_manager, on the metrics (for some
// of them) we will not iterate through it and never add them.
match self.spacewalk_parachain.get_vault(&vault_id).await {
Ok(_) => self.add_vault_id(vault_id.clone(), false).await?,
Err(RuntimeError::VaultLiquidated) => {
Expand Down

0 comments on commit 49bfc01

Please sign in to comment.