Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Stellar-SCP.x
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down