Skip to content

Commit fdf56bc

Browse files
committed
chore: post-merge fixes
1 parent bf8c969 commit fdf56bc

File tree

4 files changed

+1
-73
lines changed

4 files changed

+1
-73
lines changed

migrations/1652304516306_token_metadata_queue_retry_count.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

migrations/1655235863682_nft_custody_value_index.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/datastore/pg-store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ export class PgStore {
454454
const result = await sql<BlockQueryResult[]>`
455455
SELECT ${sql(BLOCK_COLUMNS)}
456456
FROM blocks b
457-
INNER JOIN chain_tip t USING (index_block_hash, block_hash, block_height)
457+
INNER JOIN chain_tip t USING (index_block_hash, block_hash, block_height, burn_block_height)
458458
LIMIT 1
459459
`;
460460
if (result.length === 0) {

src/tests/core-rpc-tests.ts

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)