Skip to content

Commit

Permalink
rm unuse
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Dec 16, 2024
1 parent b6c50cd commit 29246ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/ain-ocean/src/indexer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,6 @@ fn index_script(services: &Arc<Services>, ctx: &Context, txs: &[Transaction]) ->
&(aggregation.hid, ctx.block.height.to_be_bytes()),
&aggregation,
)?;

record.insert(aggregation.hid, aggregation);
}

log_elapsed(start, format!("Indexed script {:x}", ctx.tx.txid));
Expand Down

0 comments on commit 29246ff

Please sign in to comment.