Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/bug-fixes' into feature/…
Browse files Browse the repository at this point in the history
…bug-fixes
  • Loading branch information
KyrylR committed Mar 7, 2024
2 parents d14455d + 60bc28e commit 1eaffed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/verifier/Verifier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class Verifier {

const verificationDelay = this._hre.config.migrate.verificationDelay;
if (verificationDelay > 0 && !this._standalone) {
await Reporter!.startSpinner("verification-delay", () => "Waiting for verification delay");
await Reporter!.startSpinner("verification-delay", () => "Waiting for the explorer to sync up");

await sleep(verificationDelay);

Expand Down

0 comments on commit 1eaffed

Please sign in to comment.