Skip to content

Commit

Permalink
should not del key
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Oct 22, 2024
1 parent e8d8417 commit f3db7e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ain-ocean/src/indexer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ fn index_script_unspent_vin(
let id = services.script_unspent.by_key.get(&key)?;
if let Some(id) = id {
services.script_unspent.by_id.delete(&id)?;
services.script_unspent.by_key.delete(&key)?;
}
Ok(())
}
Expand Down

0 comments on commit f3db7e6

Please sign in to comment.