@xyo-network/xl1-protocol-sdk 1.26.3 → 1.26.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/neutral/index.mjs
CHANGED
|
@@ -4668,7 +4668,7 @@ var SimpleMempoolRunner = class extends AbstractCreatableProvider {
|
|
|
4668
4668
|
remainingBlockMap.length === remainingBlocks.length,
|
|
4669
4669
|
() => `remainingBlockMap length should match remainingBlocks length [${remainingBlockMap.length}/${remainingBlocks.length}]`
|
|
4670
4670
|
);
|
|
4671
|
-
const validationResults =
|
|
4671
|
+
const validationResults = await this.blockValidationViewer.validateBlocks(remainingBlocks, { value: true, state: false });
|
|
4672
4672
|
for (const [i, r] of validationResults.entries()) {
|
|
4673
4673
|
const validated = isHydratedBlockWithHashMeta(r);
|
|
4674
4674
|
if (!validated) {
|