Skip to content

Commit

Permalink
fix: process full block even on missing genesis (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcr committed Jul 1, 2023
1 parent 6f23a2f commit edbf217
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pg/pg-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ export class PgStore extends BasePgStore {
{ block_height, genesis_id: transfer.inscription_id },
`PgStore ignoring transfer for an inscription that does not exist`
);
return;
}
}
}
Expand Down

0 comments on commit edbf217

Please sign in to comment.