Skip to content

Commit

Permalink
more workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
HarukaMa committed Nov 3, 2023
1 parent d5596ec commit cbddd28
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion db.py
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,10 @@ async def _save_block(self, block: Block):


# TODO: remove bug workaround
if str(confirmed_transaction.transaction.id) != "at12enkvgct4ssyp9ggq87q60748h3gx69hwe3s8cay5q2fnreatypsuyw9jw":
if str(confirmed_transaction.transaction.id) not in [
"at12enkvgct4ssyp9ggq87q60748h3gx69hwe3s8cay5q2fnreatypsuyw9jw",
"at1ak70x90pnwszdaxehwnt99ta2w4q8kn40tepau68r6yeaar77sxsaxwelu",
]:
await self._save_program(cur, transaction.deployment.program, deploy_transaction_db_id, transaction)

await cur.execute(
Expand Down

0 comments on commit cbddd28

Please sign in to comment.