difftreelog
test(app-promo) added 1 block
in: master
1 file changed
tests/src/migrations/942057-appPromotion/correctStateAfterMaintenance.tsdiffbeforeafterboth494950 const failedBlocks: bigint[] = [];50 const failedBlocks: bigint[] = [];51 let isSuccess = true;51 let isSuccess = true;52 await helper.wait.newBlocks(1);525353 for(const b of filteredBlocks) {54 for(const b of filteredBlocks) {54 if(((await api.query.appPromotion.pendingUnstake(b)).toJSON() as any[]).length != 0) {55 if(((await api.query.appPromotion.pendingUnstake(b)).toJSON() as any[]).length != 0) {