You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/datastore/pg-store.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -4410,7 +4410,7 @@ export class PgStore extends BasePgStore {
4410
4410
SELECT tx_id
4411
4411
FROM txs
4412
4412
WHERE microblock_canonical = true AND canonical = true
4413
-
AND block_height = ${block.block_height} AND (type_id = ${DbTxTypeId.Coinbase} OR type_id = ${DbTxTypeId.CoinbaseToAltRecipient})
4413
+
AND block_height = ${block.block_height} AND (type_id = ${DbTxTypeId.Coinbase} OR type_id = ${DbTxTypeId.CoinbaseToAltRecipient} OR type_id = ${DbTxTypeId.NakamotoCoinbase})
0 commit comments