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 c99fb04 commit 24e47f6Copy full SHA for 24e47f6
scripts/start-validator.mjs
@@ -78,7 +78,7 @@ const waitForValidator = spinner(
78
const logs = fs.readFileSync(cliLogs, 'utf8');
79
if (validator.exitCode !== null) {
80
reject(logs);
81
- } else if (logs.includes('Confirmed Slot: 1')) {
+ } else if (logs.includes('Confirmed Slot: 2')) {
82
resolve();
83
}
84
}, 1000);
0 commit comments