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;