Skip to content

Commit

Permalink
chore: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba-4chain committed Sep 10, 2024
1 parent eb4345e commit 6b42de2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func (p *PostgreSQL) UpsertBlockTransactions(ctx context.Context, blockId uint64
t.hash,
m.merkle_path
FROM blocktx.transactions t
JOIN blocktx.block_transactions_map AS m ON t.id = m.txid
JOIN blocktx.block_transactions_map AS m ON t.id = m.txid
WHERE m.blockid = $1 AND t.is_registered = TRUE
`

Expand Down

0 comments on commit 6b42de2

Please sign in to comment.