aboutsummaryrefslogtreecommitdiff
path: root/src/multisig
diff options
context:
space:
mode:
authorcuinix <915115094@qq.com>2024-03-07 14:03:28 +0800
committercuinix <915115094@qq.com>2024-04-20 19:17:46 +0800
commit3837bb853ff3d087a38beb34ed72d3cd75f03aed (patch)
tree034787564a8d08a916ba9e99179186d0e62e34c4 /src/multisig
parentMerge pull request #9004 (diff)
downloadmonero-3837bb853ff3d087a38beb34ed72d3cd75f03aed.tar.xz
remove repetitive word
Signed-off-by: cuinix <915115094@qq.com>
Diffstat (limited to 'src/multisig')
-rw-r--r--src/multisig/multisig_account_kex_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multisig/multisig_account_kex_impl.cpp b/src/multisig/multisig_account_kex_impl.cpp
index ef0acf307..0fa4309a0 100644
--- a/src/multisig/multisig_account_kex_impl.cpp
+++ b/src/multisig/multisig_account_kex_impl.cpp
@@ -395,7 +395,7 @@ namespace multisig
* - Sanitizes input msgs.
* - Require uniqueness in: 'exclude_pubkeys'.
* - Requires each input pubkey be recommended by 'num_recommendations = expected_round' msg signers.
- * - For a final multisig key to be truly 'M-of-N', each of the the private key's components must be
+ * - For a final multisig key to be truly 'M-of-N', each of the private key's components must be
* shared by (N - M + 1) signers.
* - Requires that msgs are signed by only keys in 'signers'.
* - Requires that each key in 'signers' recommends [num_signers - 2 CHOOSE (expected_round - 1)] pubkeys.