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 e43b299 commit 2b8d015Copy full SHA for 2b8d015
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: 16')) {
+ } else if (logs.includes('Confirmed Slot: 32')) {
82
resolve();
83
}
84
}, 1000);
0 commit comments