change req sigs to 6 of 10

This commit is contained in:
Evan Duffield 2015-07-27 17:33:57 -07:00
parent b540068f94
commit b6222a9ae9

View File

@ -21,7 +21,7 @@
### getting 5 of 10 signatures w/ 1000 nodes of 2900
(1000/2900.0)**5 = 0.004875397277841433
*/
#define INSTANTX_SIGNATURES_REQUIRED 5
#define INSTANTX_SIGNATURES_REQUIRED 6
#define INSTANTX_SIGNATURES_TOTAL 10
using namespace std;