From b6222a9ae9a05d912fe7fce8ae8f0c68ff87b83c Mon Sep 17 00:00:00 2001 From: Evan Duffield Date: Mon, 27 Jul 2015 17:33:57 -0700 Subject: [PATCH] change req sigs to 6 of 10 --- src/instantx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/instantx.h b/src/instantx.h index 81dcb3a5b..0490e0252 100644 --- a/src/instantx.h +++ b/src/instantx.h @@ -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;