We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c674d59 commit 85a809fCopy full SHA for 85a809f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@magiceden-oss/runestone-lib",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "",
5
"main": "./dist/index.js",
6
"types": "./dist/index.d.ts",
src/indexer/index.ts
@@ -88,6 +88,7 @@ export class RunestoneIndexer {
88
blockhash = (await this._rpc.getblockhash({ height: blockheight })).result;
89
storageBlockHash = await this._storage.getBlockhash(blockheight);
90
}
91
+ reorgBlockhashesToIndex.reverse();
92
93
// process blocks that are reorgs
94
for (const blockhash of reorgBlockhashesToIndex) {
0 commit comments