From d7c6fb858b045a00f9b221abb6decffee09b300f Mon Sep 17 00:00:00 2001 From: pratikpatil2001 Date: Sat, 26 Oct 2024 17:35:20 +0530 Subject: [PATCH] fixed typo in threshold and quorums section of onchain multi-sig guide page --- docs/user/run-node/08-onchain-multisig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/run-node/08-onchain-multisig.md b/docs/user/run-node/08-onchain-multisig.md index a93e59620e54..a1e2e6d50902 100644 --- a/docs/user/run-node/08-onchain-multisig.md +++ b/docs/user/run-node/08-onchain-multisig.md @@ -14,7 +14,7 @@ features. The previous implementation only allowed for m-of-n multisig accounts, where m is the number of signatures required to authorize a transaction and n is the total number of signers. The new implementation allows for more flexibility by introducing threshold and quorum values. The quorum is the minimum voting power to make a proposal valid, while the -threshol is the minimum of voting power of YES votes to pass a proposal. +threshold is the minimum of voting power of YES votes to pass a proposal. ### Revote