Skip to content

Commit

Permalink
Merge pull request #51 from 0xPolygon/fatal-error
Browse files Browse the repository at this point in the history
Fatal error
  • Loading branch information
py-zoid authored Aug 2, 2024
2 parents 59847f6 + 90e94a2 commit 5e80125
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/block_getters/block_getter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class BlockGetter extends BlockFormatter implements IBlockGetter {
throw new BlockProducerError(
"Block producer error",
BlockProducerError.codes.RECEIPT_NOT_FOUND,
false,
true,
`null receipt found for block ${blockNumber}.`,
"remote"
);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maticnetwork/chain-indexer-framework",
"version": "1.3.11",
"version": "1.3.12",
"description": "blockchain data indexer",
"type": "module",
"exports": {
Expand Down

0 comments on commit 5e80125

Please sign in to comment.