Skip to content

Commit

Permalink
ditto
Browse files Browse the repository at this point in the history
  • Loading branch information
HarukaMa committed Jul 26, 2024
1 parent 1d434fa commit f1ee777
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions interpreter/interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ async def finalize_execute(db: Database, cur: psycopg.AsyncCursor[dict[str, Any]
# well we don't really know the reason, but have to continue
reject_reason = "unknown reason"
operations = []
else:
# same as above but for private fee
reject_reason = "unknown reason"
operations = []

if fee:
transition = fee.transition
Expand Down

0 comments on commit f1ee777

Please sign in to comment.