From e46bf25abcc0e1c6d87c6b8a5be53742f69ac3ae Mon Sep 17 00:00:00 2001 From: Jesse Eisenberg Date: Sun, 15 Sep 2024 11:19:46 +0200 Subject: [PATCH] Update set-up-multi-signing.md Changing the max number of signers to 32, as per the newer documentation: https://xrpl.org/docs/concepts/accounts/multi-signing --- .../how-tos/manage-account-settings/set-up-multi-signing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/how-tos/manage-account-settings/set-up-multi-signing.md b/docs/tutorials/how-tos/manage-account-settings/set-up-multi-signing.md index 0a8649f432..ba0c8da1e5 100644 --- a/docs/tutorials/how-tos/manage-account-settings/set-up-multi-signing.md +++ b/docs/tutorials/how-tos/manage-account-settings/set-up-multi-signing.md @@ -29,7 +29,7 @@ This tutorial demonstrates how to enable multi-signing for an address. ## 1. Design Your Configuration -Decide how many signers you want to include (up to 8). Choose a quorum number for your signer list and weights for your signers based on how many signatures you want to require for a given transaction. For a straightforward "M-of-N" signing setup, assign each signer weight **`1`** and set your list's quorum to be "M", the number of signatures to require. +Decide how many signers you want to include (up to 32). Choose a quorum number for your signer list and weights for your signers based on how many signatures you want to require for a given transaction. For a straightforward "M-of-N" signing setup, assign each signer weight **`1`** and set your list's quorum to be "M", the number of signatures to require. ## 2. Prepare member keys