Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Nov 20, 2024
1 parent efd3696 commit 39a7ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposer/db-utils/query_proofs.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def query_proofs(db_path, proof_type) -> [ProofRequest]:

query = f"""
SELECT * FROM proof_requests
WHERE type='{proof_type}'
WHERE type = '{proof_type}'
"""
cursor.execute(query)

Expand Down

0 comments on commit 39a7ae4

Please sign in to comment.