diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-02-15 17:41:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-15 17:41:55 -0500 |
commit | ee4af94a36b805bace8c2003c0cc41178290338f (patch) | |
tree | 0647a9219eda533503c052f02eabf8b6fafa9dea /include/constants/global.h | |
parent | f8a70fdf24aa9e405af7abbbcf22ffa1c12c89a2 (diff) | |
parent | 2e57a00d17d80853dc3b14788f7197ede785be8b (diff) |
Merge pull request #1324 from GriffinRichards/doc-sb
Document remainder of secret_base.c
Diffstat (limited to 'include/constants/global.h')
-rw-r--r-- | include/constants/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/global.h b/include/constants/global.h index 8033dec87..ee2fd3abc 100644 --- a/include/constants/global.h +++ b/include/constants/global.h @@ -69,7 +69,7 @@ // party sizes #define PARTY_SIZE 6 -#define MULTI_PARTY_SIZE PARTY_SIZE / 2 +#define MULTI_PARTY_SIZE (PARTY_SIZE / 2) #define FRONTIER_PARTY_SIZE 3 #define FRONTIER_DOUBLES_PARTY_SIZE 4 #define FRONTIER_MULTI_PARTY_SIZE 2 |