Skip to content

Commit

Permalink
Merge pull request #246 from pshenmic/feat/remove-system-identities
Browse files Browse the repository at this point in the history
Do not create system identities
  • Loading branch information
pshenmic authored Sep 3, 2024
2 parents 297b8ee + 5a5f388 commit 9c1aa03
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/indexer/src/processor/psql/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,6 @@ impl PSQLProcessor {
let identity = Identity::from(system_data_contract);
let data_contract_identifier = data_contract.identifier.clone();
let data_contract_owner = data_contract.owner.clone();

self.dao.create_identity(identity, None).await.unwrap();
self.dao.create_data_contract(data_contract, None).await;

match system_data_contract {
Expand Down

0 comments on commit 9c1aa03

Please sign in to comment.