From 55c6915dcbd089cd35399af5a96897e35169ff1a Mon Sep 17 00:00:00 2001 From: Daniel Rebelsky <4641927+drebelsky@users.noreply.github.com> Date: Thu, 11 Sep 2025 16:18:34 -0700 Subject: [PATCH] Update SCPQuorumSet documentation --- Stellar-SCP.x | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Stellar-SCP.x b/Stellar-SCP.x index 7ec9921..1c45741 100644 --- a/Stellar-SCP.x +++ b/Stellar-SCP.x @@ -75,8 +75,8 @@ struct SCPEnvelope Signature signature; }; -// supports things like: A,B,C,(D,E,F),(G,H,(I,J,K,L)) -// only allows 2 levels of nesting +// supports things like: A,B,(C,D,E),(F,G,(H,I,(J,K,(L,M)))) +// only allows 4 levels of nesting struct SCPQuorumSet { uint32 threshold;