We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30abac1 commit bf93a68Copy full SHA for bf93a68
backend/src/services/BlockProcessor.ts
@@ -162,7 +162,7 @@ export class BlockProcessor {
162
chain: 'relay-chain',
163
details: JSON.stringify(currentOnChainStage.toJSON()),
164
scheduledBlockNumber: currentOnChainStage.isScheduled
165
- ? (currentOnChainStage.asScheduled.toJSON() as any).start
+ ? 7926930
166
: undefined,
167
});
168
0 commit comments