From b4cc81030b35b16ae6c888a4500506b822f86252 Mon Sep 17 00:00:00 2001 From: wizard <112275929+famouswizard@users.noreply.github.com> Date: Wed, 16 Apr 2025 22:15:53 +0300 Subject: [PATCH] chore: fix typo in proposal --- scripts/hubpool.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hubpool.ts b/scripts/hubpool.ts index 8d5325da5a..a51c8d9b27 100644 --- a/scripts/hubpool.ts +++ b/scripts/hubpool.ts @@ -119,7 +119,7 @@ async function dispute(args: Record, signer: Signer): P await deposit.wait(); } if (latestBlock.timestamp >= challengePeriodEndTimestamp && !force) { - console.log("Nothing to dispute: no active propopsal."); + console.log("Nothing to dispute: no active proposal."); return txnHash === undefined; }