Skip to content

Commit

Permalink
fix(txs): dingling semicolon
Browse files Browse the repository at this point in the history
Co-authored-by: Sorki <srk@48.io>
  • Loading branch information
mmahut and sorki committed Aug 22, 2024
1 parent 454d954 commit b4f5327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sql/txs/txs_hash.sql
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ SELECT encode(tx.hash, 'hex') AS "hash",
) AS "redeemer_count"
FROM tx
JOIN block b ON (tx.block_id = b.id)
WHERE encode(tx.hash, 'hex') = $1;
WHERE encode(tx.hash, 'hex') = $1

0 comments on commit b4f5327

Please sign in to comment.