From c25e32aca737f98ed0cc98571c1fbfc17a8ed27c Mon Sep 17 00:00:00 2001 From: Dennis Dawson Date: Tue, 11 Feb 2025 09:48:30 -0800 Subject: [PATCH] Update docs/concepts/accounts/configuring-accounts.md Co-authored-by: Maria Shodunke --- docs/concepts/accounts/configuring-accounts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/accounts/configuring-accounts.md b/docs/concepts/accounts/configuring-accounts.md index 325f8b6f9d..6250a82b59 100644 --- a/docs/concepts/accounts/configuring-accounts.md +++ b/docs/concepts/accounts/configuring-accounts.md @@ -50,7 +50,7 @@ An account intended for issuing tokens requires configuration of both fields and ### Signers -Multi-signing in the XRP Ledger is a method of authorizing transactions by using a combination of multiple secret keys. You create a list of signer accounts. Each signer has a weight, representing the relative authority of that signer account. The signer quorum represents the minimum weight total required to authorize a transaction. For example, if Ashad and Betty each have a signer weight of 1, Ceresia has a signer weight of 2, and the signer quorum is 3, Ashad and Ceresia can approve a transaction (weight total of 3), Betty and Ceresia can approve a transaction (weight total of 3), but Ashad and Betty cannot approve a transaction on their own (their combined signer weight is 2, 1 less than the required signer weight). See [Multi-Signing](./multi-signing). +Multi-signing in the XRP Ledger is a method of authorizing transactions by using a combination of multiple secret keys. You create a list of signer accounts. Each signer has a weight, representing the relative authority of that signer account. The signer quorum represents the minimum weight total required to authorize a transaction. For example, if Ashad and Betty each have a signer weight of 1, Ceresia has a signer weight of 2, and the signer quorum is 3, Ashad and Ceresia can approve a transaction (weight total of 3), Betty and Ceresia can approve a transaction (weight total of 3), but Ashad and Betty cannot approve a transaction on their own (their combined signer weight is 2, 1 less than the required signer weight). See [Multi-Signing](./multi-signing.md). ### Issuer Flags